Windows, by default, brings up a console-mode screen which it expects to use
for all input and output from your program.
If you will change the filename extension on your main program to ".pyw"
rather than ".py", then python will surpress the creation of the unneeded
console window.
···
----------
Vernon
-----Original Message-----
From: Dick Kniep [mailto:dick.kniep@lindix.nl]
Sent: Monday, December 29, 2003 7:52 AM
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] Separate logscreen under Windows
Hi Pythonologist,
Thanks, I have checked your solution, but by simply using the proper
statements in the logging module itself it worked already. So I simply was a
moron
However I am still curious why there is a difference between Windows and
Linux. Probably because the streams stderr and stdout are treated
differently
under Windows and Linux.
Thanks anyway
Cheers
D.J
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org