[wxPython-users] Re: wPython in Action: example chapter 1
John Clark
clajo04 at mac.com
Fri Apr 20 04:58:23 PDT 2007
7stud wrote:
> I'm also fed up with running wxPython programs that briefly
> flash the window at me and quit with no error messages.
> Is there some way to run wxPython programs where the errors in the code
are identified?
There is, in section 2.3.2, a discussion of wxPython's convention of
redirecting stdout to a separate window - by turning off this redirect you
can have all error messages/stack traces/etc written to the console instead
of the separate window. Or - you can choose to have this information
written into a file. I do agree that this convention is annoying until you
discover how to control it.
-jdc
More information about the wxpython-users
mailing list