Question: Traceback information from sys.exc_info()

Alex cut_me_out at hotmail.com
Wed Aug 16 14:00:09 EDT 2000


> How do I get at the data in the traceback object returned by
> sys.exc_info()?

Have you had a look at the traceback module?  It probably does what you
want.

http://www.python.org/doc/current/lib/module-traceback.html

Alex.

-- 
To succeed in the world it is not enough to be stupid; you must also be
well-mannered. -- Voltaire




More information about the Python-list mailing list