traceback string

Arinté shouldbe at message.com
Thu Jun 29 11:54:56 EDT 2000


How do you print the traceback string from an exception
try:
   whatever()
except:
   print sys.exc_traceback

gives me <traceback object at 351900>
thanx






More information about the Python-list mailing list