[Chandler-dev] Functional test failures
Robin Dunn
robin at alldunn.com
Wed Sep 27 11:52:48 PDT 2006
Mikeal Rogers wrote:
> Ok.
>
> The fix for this case should be pretty simple, but it will only handle
> the case when failures are in wx. Does anyone know of other cases where
> we may miss these exceptions but they are still printed to stderr?
Only warnings/errors logged in the wx C++ code will go to the current
wxLog target. Any uncaught Python exceptions that happen in event
handlers or callbacks will not send their traceback messages to wxLog,
but they will be printed to sys.stderr.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the chandler-dev
mailing list