py2exe console removing

Fredrik Lundh fredrik at pythonware.com
Sat Nov 11 19:23:59 EST 2006


Croteam wrote:

> Can somebody tell me how to I remove console at script installing?

what does "installing" mean in this context?  if the problem is that you 
get a console window when you run the program without a console (e.g. if 
you start it from the explorer), use "windows=" instead of "console=" in 
your setup.py script.

</F>




More information about the Python-list mailing list