How to minimize command window when running wxPython script

Laurent Pointal laurent.pointal at limsi.fr
Fri Aug 24 06:46:29 EDT 2007


care02 at gmail.com a écrit :
> Dear friends,
> 
> I have almost completed my first wxPython application. The only thing
> I need now is to minimize the command window. How is this accomplished
> on Win32? 

Use a .pyw main module (eventually a wrapper calling your main .py 
module) - it is associated with pythonw.exe, which dont open a console.
[note: this is in the FAQ]




More information about the Python-list mailing list