Hi when I try to get the traceback of an exception pudb fails itself at
File "/usr/lib64/python3.3/traceback.py", line 122, in _iter_chain
context = exc.__context__
AttributeError: 'str' object has no attribute '__context__'
This is with pudb-2012.3
It looks as if exc is of type string and not an Exception object.
Thanks for looking into it,
Helmut.
_______________________________________________
Pudb mailing list
[email protected]
http://lists.tiker.net/listinfo/pudb
