Py2Exe produced "binary" shows terminal screen on execution

Kristina Kudriašova ristinak at gmail.com
Wed Nov 2 15:59:01 EST 2005


Hi,

2 Nov 2005 05:31:07 -0800, Thomas W <thomas.weholt at gmail.com>:
> 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.

I guess this should work: save your programm with the ending .pyw
instead of .py: 'myscript.pyw'.

--
Sėkmės,
Kristina K.


More information about the Python-list mailing list