[python-win32] Hide the console as soon as the script starts.

python at bdurham.com python at bdurham.com
Tue May 13 13:47:15 CEST 2008


Antony,

If you're just trying to hide the console Window, rename your python
script with a *.pyw file extension or launch it via pythonw.exe vs.
python.exe.

I have no idea how to have a Python application display an icon in the
System Tray (vs. Taskbar). That's a very interesting question.

Malcolm


More information about the python-win32 mailing list