BeeLogger
BeeLogger copied to clipboard
ERROR - /root/.wine/drive_c/Python27/Scripts/pyinstaller-script.py': [Errno 2] No such file or directory
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
what I understand is that pyinstaller is no longer available for python2 ,so the link included with beelogger of pyinstaller does not work you can sure by go to this path on you device: /root/.wine/drive_c/Python27/Scripts/ ,my problem occurred because pyinstaller.exe file which required by the tool does not exist in the path after I installed the installer.sh I found it there and second problem that the tool use pyinstaller-setup.py which does exist so I had to change it to pyinstaller.exe which installer from installer.sh
في الاثنين، 25 أكتوبر 2021 في 11:53 ص تمت كتابة ما يلي بواسطة Bezdna7 < @.***>:
open the install.sh and change pyinstaller to pyinstaller==3.0
How did you determine that this was the problem? And thank you
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/4w4k3/BeeLogger/issues/105#issuecomment-951065716, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWGBSP4XRIYKU7KNZHWCCNTUIV4OJANCNFSM45YYYDVA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
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 :(