[Zope] Re: TALES on-error

Evan Simpson evan@4-am.com
Wed Aug 6 17:19:43 EDT 2003


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






More information about the Zope mailing list