[wxPython-users] Better exception handling
Gre7g Luterman
hafeliel at yahoo.com
Fri Jun 29 10:38:31 PDT 2007
--- Jorgen Bodde <jorgen.maillist at gmail.com> wrote:
> App = TestApp(0, redirect = True)
redirect is the first parameter, so you're specifying
it twice. Try:
App = TestApp(True)
or:
App = TestApp(redirect=True)
Gre7g
____________________________________________________________________________________
Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html
More information about the wxpython-users
mailing list