Roundup Tracker - Issues

Message2161

Author anonymous
Recipients
Date 2006-02-16.01:40:03
Message-id
In-reply-to
I installed roundup 1.1.0 with Python 2.3. I experience
a problem.

exception_message function of mailer module use
traceback.format_exc() to get formated exception
infomation. format_exc is only provided by python 2.4.
roundup document sad roundup will run with python 2.3
or above.

You should use
"\n".join(traceback.format_exception(sys.exc_type,
sys.exc_value, sys.exc_traceback)) for python 2.3. 
History
Date User Action Args
2009-02-03 14:21:38adminlinkissue1432602 messages
2009-02-03 14:21:38admincreate