Batch window

Fredrik Lundh fredrik at pythonware.com
Fri Nov 19 05:56:08 EST 1999


Przemyslaw G. Gawronski <gawron at obop.com.pl> wrote:
> Is it posible to automaticaly minimize the python window, when starting
> a GUI application on Windows ?

you can get rid of it entirely, by using
the "pythonw" interpreter:

    pythonw myapp.py

(note that stdout and strerr are directed
to the bit bucket)

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
(news: just posted an errata for the 'first printing') -->





More information about the Python-list mailing list