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!

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to