BeeLogger icon indicating copy to clipboard operation
BeeLogger copied to clipboard

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

Open Pinnacchio opened this issue 3 years ago • 12 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

Pinnacchio avatar May 29 '21 23:05 Pinnacchio

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

iEscapedVim avatar Jun 27 '21 09:06 iEscapedVim

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

spyhunyter avatar Jul 27 '21 02:07 spyhunyter

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

Cant open it could you please help?

teasimon avatar Jul 31 '21 18:07 teasimon

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

lagrav avatar Sep 01 '21 14:09 lagrav

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?

pecorhouse avatar Sep 21 '21 17:09 pecorhouse

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 :}

nehal-backspace avatar Oct 03 '21 22:10 nehal-backspace

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...

silkyearth avatar Oct 10 '21 19:10 silkyearth

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

osama-el-demerdash avatar Oct 24 '21 06:10 osama-el-demerdash

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

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

Bezdna7 avatar Oct 25 '21 15:10 Bezdna7

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.

osama-el-demerdash avatar Nov 06 '21 09:11 osama-el-demerdash

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

ManosDuncan avatar Mar 15 '23 14:03 ManosDuncan

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

davideluna avatar Aug 19 '23 05:08 davideluna