[Twisted-Python] Traceback bug?

Jean-Paul Calderone exarkun at divmod.com
Tue Nov 15 13:23:08 EST 2005


On Mon, 14 Nov 2005 10:44:55 +0100, henning.ramm at mediapro-gmbh.de wrote:
>This looks like a problem of Twisted's Failure:
>
>    tb = a.getTraceback()
>  File "C:\PROGRA~1\Python\Lib\SITE-P~1\twisted\python\failure.py", line 312, in getTraceback
>    self.printTraceback(file=io, elideFrameworkCode=elideFrameworkCode, detail=detail)
>exceptions.TypeError: printTraceback() got an unexpected keyword argument 'detail'
>
>Should I file a bug, or is it my fault?

You didn't say what version of Twisted you're using or how you caused this to happen, but it looks to me like a bug that has been fixed already.  Try with 2.1 if you're using 2.0, or trunk if you're using 2.1.  If it doesn't go away, then file a bug.

Jean-Paul




More information about the Twisted-Python mailing list