On 6/20/07, jvdb <[EMAIL PROTECTED]> wrote:
> The thing is, i don't want to see anything of my program, just the
> launched program.
> I already have the program working. But when i create an executable of
> it with py2exe and start it, i don't want to see that it is running,
> perhaps just in the systemtray. That is my problem.

Try renaming your main script to have a .pyw extension as Diez said,
or use the --windows option when running py2exe.

http://mail.python.org/pipermail/python-list/2003-December/241319.html

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

Reply via email to