Fix BeeLooger Error wine: cannot find /root/.wine/drive_c/Python27/python.exe

Fix BeeLogger Error



wine: cannot find '/root/.wine/drive_c/Python.exe/python.exe'

NOTE : Before following this video :
1. sudo su
2. rm -rf /root/.wine
3. winecfg

Install Python for windows on wine
wine msiexec /i python-xxxxx.msi

Install PyInstaller
wine /root/.wine/drive_c/Python27/python.exe -m pip install pyinstaller

Install pywin32
wine pywin32-220.win32-py2.7.exe

Install pyHook
wine pyHook-1.5.1.win32-py2.7.exe

Comments

Post a Comment

Popular Posts