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.
