How to hide a program?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Jun 20 14:30:50 EDT 2007


En Wed, 20 Jun 2007 11:26:09 -0300, jvdb <streamservenl at gmail.com>  
escribió:
> On 20 jun, 15:59, "Diez B. Roggisch" <d... at nospam.web.de> wrote:
>> jvdb wrote:

>> > Is it possible to start a program 'hidden' or minimized to at least
>> > the system tray? And, if yes., could some one help me on this?
>>
>> I'm not exactly sure what you  mean here, but I guess you want the
>> command-window suppressed. You can do so by naming your scripts *.pyw,
>> which will invoke pythonw.exe instead. That has no command-window.
>
> I forgot to mention that i have created a Windows executable of the
> script.

How did you create it? Using py2exe? Use windows=your_program.py instead  
of console=... in your setup script.

-- 
Gabriel Genellina




More information about the Python-list mailing list