Simple question: I want to get rid of the background Python Window that
appears when I run a python program on windows (the traceback (?) one)...
I'm sure this is easy, but how? I want to do this when it is packed up in
an exe too.
Cheers.
Simon
have you tried changing the extension from .py to .pyw ? 
···
On Thu, 15 Apr 2004 17:53:44 +0100, Judge Simon <Simon.Judge@SouthBirminghamPCT.nhs.uk> wrote:
Simple question: I want to get rid of the background Python Window that
appears when I run a python program on windows (the traceback (?) one)...
I'm sure this is easy, but how? I want to do this when it is packed up in
an exe too.
Cheers.
Simon
--
Peter Damoc
Hacker Wannabe
http://www.sigmacore.net/about.html
Use the following to run py2exe
python setup.py py2exe. -w
I think that is it - I'm running my linux box and can't test it.
···
On Thu, 2004-04-15 at 11:53, Judge Simon wrote:
Simple question: I want to get rid of the background Python Window that
appears when I run a python program on windows (the traceback (?) one)...
I'm sure this is easy, but how? I want to do this when it is packed up in
an exe too.
Cheers.
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org