6 Aug
2003
6 Aug
'03
2:24 a.m.
Can anyone help ? I understand from the TAL documentation that the on-error tag sets a var error. <<< ##bind namespace=_ ... error = _['error'] print error.type print error.value print error.traceback return printed
Unfortunately the error produced says that: ErrorInfo instance has no attribute 'traceback' Checking the Tales.py i agree. It doesn't. type and value are fine, but how do i get the traceback????? Drew