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

2008-05-13 Thread python
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. Malco

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

2008-05-13 Thread Tim Golden
Antony Joseph wrote: I am trying to hide the console as soon as the script starts and display console window to System Tray . Could someone point me to any links. An example of running a taskbar app comes with the pywin32 demos. On my machine it's located at: C:\Python25\Lib\site-packages\win

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

2008-05-12 Thread Graeme Glass
On Tue, May 13, 2008 at 8:37 AM, Antony Joseph <[EMAIL PROTECTED]> wrote: > Hi , > I am trying to hide the console as soon as the script starts > and display console window to System Tray . > Could someone point me to any links. > > Thanks > Antony Execute your script with pythonw.exe

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

2008-05-12 Thread Antony Joseph
Hi , I am trying to hide the console as soon as the script starts and display console window to System Tray . Could someone point me to any links. Thanks Antony ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailm