Re: Py2Exe produced "binary" shows terminal screen on execution

2005-11-02 Thread Kristina KudriaĊĦova
Hi, 2 Nov 2005 05:31:07 -0800, Thomas W <[EMAIL PROTECTED]>: > I've produced a "binary" version of a python-script using Py2Exe and > when run on WinXP it shows a terminal window for a brief moment then > the window disappears. How can I avoid this? I want the script to run > without being visible

Re: Py2Exe produced "binary" shows terminal screen on execution

2005-11-02 Thread Peter Hansen
Thomas W wrote: > I've produced a "binary" version of a python-script using Py2Exe and > when run on WinXP it shows a terminal window for a brief moment then > the window disappears. How can I avoid this? I want the script to run > without being visible at all. You probably used the "console" opti

Py2Exe produced "binary" shows terminal screen on execution

2005-11-02 Thread Thomas W
I've produced a "binary" version of a python-script using Py2Exe and when run on WinXP it shows a terminal window for a brief moment then the window disappears. How can I avoid this? I want the script to run without being visible at all. Thanks in advance, Thomas -- http://mail.python.org/mailma