Re: [Twisted-Python] Truncated exception message for reactor instance

2009-01-26 Thread Jean-Paul Calderone
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):

[Twisted-Python] Truncated exception message for reactor instance

2009-01-25 Thread Kangkook Jee
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