Thread: wxPython Help
View Single Post
Old Jun 2nd, 2006, 8:30 AM   #23
megamind5005
Programmer
 
megamind5005's Avatar
 
Join Date: Dec 2004
Location: UK
Posts: 53
Rep Power: 4 megamind5005 is on a distinguished road
You might know this already, but in py2exe if use something like:

setup(console=["script.py"])

you'll get the console. but, if on the py2exe there is this:
Quote:
The above setup script creates a console program, if you want a GUI program without the console window, simply replace console=["myscript.py"] with windows=["myscript.py"].
helpful, i hope.
__________________
Tetris is so unrealistic
megamind5005 is offline   Reply With Quote