6 Aug
2003
6 Aug
'03
4:19 p.m.
drew nichols wrote:
Checking the Tales.py i agree. It doesn't. type and value are fine, but how do i get the traceback?????
The actual traceback object is not accessible to untrusted code. If you really need access to it, you can probably write an External Method that uses sys.exc_info() and traceback.format_exception() to return a nicely formatted traceback string. Cheers, Evan @ 4-am