En Wed, 20 Jun 2007 11:26:09 -0300, jvdb <[EMAIL PROTECTED]>  
escribió:
> On 20 jun, 15:59, "Diez B. Roggisch" <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to