On Fri, 23 Jan 2009 13:17:32 -0500, Kangkook Jee wrote:
Hi all
I'm a Twisted newbie and I have a question about exception handling of
Twisted framework.
Whenever I got some exception raised from somewhere, I got truncated
exception message like this.
>>>Traceback (most recent call last):
Hi all
I'm a Twisted newbie and I have a question about exception handling
of Twisted framework.
Whenever I got some exception raised from somewhere, I got truncated
exception message like this.
>>>Traceback (most recent call last):
File "./fcli.py", line 68, in
reactor.run()
File