Capturing exceptions?

Dfenestr8 chrisdewinN0SPAM at yahoo.com.au
Wed Aug 25 13:12:17 EDT 2004


Hi.

What's the easiest way to capture the traceback from an exception, and
write it to a file? Ideally, I'd like to be able to do something like:

>try:
>	main()
>except:
>	write the traceback to a file



More information about the Python-list mailing list