[issue10380] AttributeError: 'module' object has no attribute 'exc_traceback'

Georg Brandl report at bugs.python.org
Wed Nov 10 08:24:21 CET 2010


Georg Brandl <georg at python.org> added the comment:

sys.exc_traceback is deprecated, please use sys.exc_info().  Also note that this tracker is not a place to get help; the python-list mailing list (a.k.a. comp.lang.python newsgroup) is the right place for that.

----------
nosy: +georg.brandl
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10380>
_______________________________________


More information about the Python-bugs-list mailing list