Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR - /root/.wine/drive_c/Python27/Scripts/pyinstaller-script.py': [Errno 2] No such file or directory #105

Open
Pinnacchio opened this issue May 29, 2021 · 12 comments

Comments

@Pinnacchio
Copy link

After entering my email and password the program gives the following error:

C:\Python27\python.exe: can't open file '/root/.wine/drive_c/Python27/Scripts/pyinstaller-script.py': [Errno 2] No such file or directory
Traceback (most recent call last):
  File "bee.py", line 161, in <module>
    main()
  File "bee.py", line 125, in main
    os.rename('dist/k.exe', 'dist/' + name)
OSError: [Errno 2] No such file or directory

The versions are:

  • Kali Linux 2021.1
  • Python 2.7.18
  • Pyinstaller 4.3
  • Wine 5.0.3

Please help me, I have tried them all but I can't solve this problem.
Thanks, Pinnacchio

@iEscapedVim
Copy link

open the install.sh and change pyinstaller to pyinstaller==3.0

@spyhunyter
Copy link

the solution you mention corrected the problem, another problem I have is that it does not send the emails, I already changed the permissions for applications in the mail destined for it

@teasimon
Copy link

open the install.sh and change pyinstaller to `pyinstaller==3.0

Cant open it could you please help?

@lagrav
Copy link

lagrav commented Sep 1, 2021

i changed it to pyinstaller==3.0 but still getting the same error as the guy. what can i do about this, please help

@pecorhouse
Copy link

i changed it to pyinstaller==3.0 but still getting the same error as the guy. what can i do about this, please help

Same. Can someone help?

@nehal-backspace
Copy link

open the install.sh and change pyinstaller to pyinstaller==3.0

@YasirRWebDesigner Thanks! This worked for me.

Detailed Steps for those who are facing same problem:

Go inside the folder (BeeLogger-master ) and type:
sudo vim install.sh or sudo nano install.sh

after editing pyinstaller to pyinstaller==3.0
(mind that there is no space in between anywhere in pyinstaller==3.0)
Save the file and run Installer again
sudo ./install.sh

Now run the beelogger by
sudo python bee.py

Hope this helps :}

@silkyearth
Copy link

open the install.sh and change pyinstaller to pyinstaller==3.0

@YasirRWebDesigner Thanks! This worked for me.

Detailed Steps for those who are facing same problem:

Go inside the folder (BeeLogger-master ) and type: sudo vim install.sh or sudo nano install.sh

after editing pyinstaller to pyinstaller==3.0 (mind that there is no space in between anywhere in pyinstaller==3.0) Save the file and run Installer again sudo ./install.sh

Now run the beelogger by sudo python bee.py

Hope this helps :}

I tried that still doesn't work...

@osama-el-demerdash
Copy link

@Mrgadget23
you can find the solution here in this video
https://www.youtube.com/watch?v=gwZFJzOBXoo&t=19s

@Bezdna7
Copy link

Bezdna7 commented Oct 25, 2021

open the install.sh and change pyinstaller to pyinstaller==3.0

How did you determine that this was the problem?
And thank you

@osama-el-demerdash
Copy link

osama-el-demerdash commented Nov 6, 2021 via email

@ManosDuncan
Copy link

i fcking love you, it worked perfectly thank you so much!!!!

@davideluna
Copy link

@Mrgadget23 you can find the solution here in this video https://www.youtube.com/watch?v=gwZFJzOBXoo&t=19s

I was needing your video to solve the same problem here. I`m trying everything, but cannot solve :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests