4w4k3 / BeeLogger

Generate Gmail Emailing Keyloggers to Windows.
BSD 3-Clause "New" or "Revised" License
985 stars 323 forks source link

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

Open Pinnacchio opened 3 years ago

Pinnacchio commented 3 years ago

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:

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

iEscapedVim commented 3 years ago

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

spyhunyter commented 2 years ago

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 commented 2 years ago

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

Cant open it could you please help?

lagrav commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

Bezdna7 commented 2 years ago

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 commented 2 years ago

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.

ManosDuncan commented 1 year ago

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

davideluna commented 10 months ago

@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 :(