[wxPython-users] Better exception handling

Chris Mellon arkanes at gmail.com
Thu Jun 28 08:22:41 PDT 2007


On 6/28/07, Gre7g Luterman <hafeliel at yahoo.com> wrote:
> --- Chris Mellon <arkanes at gmail.com> wrote:
>
> > On 6/28/07, Jorgen Bodde <jorgen.maillist at gmail.com>
> > The default behavior is for all output (including
> > uncaught exceptions)
> > to be show in a popup frame which will be created on
> > demand. You can
> > configure this in several ways with the argument to
> > your wx.App
> > constructor. You probably have redirect=False, if it
> > prints to the
> > command window you were launched in.
>
> That's strange, the help file I have for wxWidgets
> shows that wx.App's constructor takes no parameters.
> I had no idea you could tweak it.  Can you point me at
> a list of what we can set?

http://wxpython.wxcommunity.com/docs/api/wx.App-class.html#__init__

This is a case where the wxPython API differs from the C++ wxWidgets api.




More information about the wxpython-users mailing list