> You should package and distribute your app to the end user, with your own > sys.excepthook to handle all unhandled exceptions. Seeing tracebacks should > only > happen during development. > > Paul > I usually redirect sys.stdout and sys.stderr to a file... the user doesn't see the exception, and i can check the files every once in a while...
Would setting a sys.excepthook solve the wxPython event loop not ending problem? Pedro > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
