Python in Windows Tray?

Carlos Ribeiro cribeiro at mail.inet.com.br
Wed May 9 14:45:15 EDT 2001


At 20:52 09/05/01 +0300, you wrote:
>Doesn't quite cut it; it leaves a console window behind...

To close the console window just rename the script with the .pyw extension. 
There are two versions of the intrpreter in the Windows distro; PYTHON.EXE 
leaves the console window open, PYTHONW.EXE doesn't. And the extension .pyw 
is bound to PYTHONW.EXE, so it's that easy.


Carlos Ribeiro






More information about the Python-list mailing list