Jonathan Jacobs wrote: > You could either use sys.exc_value or .clsException.StackTrace on > Exception objects. I don't know if the latter is a reliable source. Or you could use traceback.py from the Python standard library. -- Jonathan