Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Python Compiler?
Yes, to use py2exe, make a file called setup.py with the following contents:
import py2exe
setup(console = ["helloworld.py"])```
Obviously replacing helloworld.py with the name of your Python file.
Also if your program is Python with no console (.pyw) replace "console" with "windows"
Okay, save the setup file (must be in the same folder as the python file you are making an exe from) . Open command prompt, change to the directory where you saved setup.py and type:
```markupC:\yourdir\python25\python.exe setup.py py2exe```
Obviously replacing "yourdir" with the directory in which you have Python installed E.G for me: C:\python25\python.exe
Also if you have Python 2.4 change "python25" to "python24" and such.
Your command prompt should go through a list of writing, then if you check the folder where setup.py is, you should find a folder called "dist".
Open it and you should there find your exe.
Hope this helped :)
~DarkPanther~
THANKS SO MUCH!!!!!!!!!!! Ive had so many programs that i could not compile for ages! You have just made my day. Can u add me darkpanther i just wanna add some more hackers/python programmers cause i cant talk too too many peoples about it cause they only wanna talk C++ lil_bro_92@hotmail.com