ERROR - /root/.wine/drive_c/Python27/Scripts/pyinstaller-script.py': [Errno 2] No such file or directory
Pinnacchio opened this issue · 13 comments
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
open the install.sh and change pyinstaller
to pyinstaller==3.0
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
open the install.sh and change
pyinstaller
to `pyinstaller==3.0
Cant open it could you please help?
i changed it to pyinstaller==3.0 but still getting the same error as the guy. what can i do about this, please help
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?
open the install.sh and change
pyinstaller
topyinstaller==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 :}
open the install.sh and change
pyinstaller
topyinstaller==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
orsudo nano install.sh
after editing
pyinstaller
topyinstaller==3.0
(mind that there is no space in between anywhere in pyinstaller==3.0) Save the file and run Installer againsudo ./install.sh
Now run the beelogger by
sudo python bee.py
Hope this helps :}
I tried that still doesn't work...
@Mrgadget23
you can find the solution here in this video
https://www.youtube.com/watch?v=gwZFJzOBXoo&t=19s
open the install.sh and change
pyinstaller
topyinstaller==3.0
How did you determine that this was the problem?
And thank you
i fcking love you, it worked perfectly thank you so much!!!!
@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 :(