Philippe Martin wrote:[color=blue]
> Is there a way to catch traceback.print _exc() output into a string ?[/color]
Presumably using one of the alternatives, like format_exc(). If that's
not sufficient, maybe some example code to demonstrate what you really
want would help.
Comment