xp4xbox / Puffader

Python 2.7 is obsolete, please use https://github.com/xp4xbox/Python-Keylogger
MIT License
50 stars 27 forks source link

Convert to exe not working #47

Closed Destronuck closed 6 years ago

Destronuck commented 6 years ago

OS: [e.g. Windows 10] Commit/Build: [e.g. b227928]

I have the code in python and set up as a .py file. But when I run it the dist folder pops up but there's nothing in it.

xp4xbox commented 6 years ago

First update to the latest commit, then if you still have problems post what it says in cmd.

tehseensagar commented 6 years ago

py2exe work great with out any issue on windows just make sure you have installed all required dependencies for Puffader.

pip install pyautogui pip install py2exe

download pywin32 and pyhook bindary for python 2.7

for binary file using py2exe

python setup.py

Destronuck commented 6 years ago

Okay I've gotten it to work by downloading the master zip file (that I didn't know existed,) but there's an .exe called w9xpopen. Do I need this file or am I fine with just the puffader exe?

xp4xbox commented 6 years ago

You don't need it. For some reason py2exe bundles it on some systems.