Michael P. Soulier wrote:
> Hello,
>
> For a GUI app I've tried resetting sys.excepthook to my own
> exceptionhandler bound method, which accepts a type, value and traceback
> object.
>
> Now, the traceback module has print_exc and format_exc methods that are
> supposed to take a traceback objec
Hello,
For a GUI app I've tried resetting sys.excepthook to my own
exceptionhandler bound method, which accepts a type, value and traceback
object.
Now, the traceback module has print_exc and format_exc methods that are
supposed to take a traceback object and return a formatted traceback
like th