[Twisted-Python] Twisted 1.0.4 - `im' bug report
François Pinard
pinard at iro.umontreal.ca
Mon Apr 21 15:55:56 MDT 2003
Hi. I intend to become a Twisted novice. At the beginning of the road, I
got, unpacked and installed Twisted 1.0.4. Then, I called `im' in a shell,
and in the window that appeared, pushed on button `Join Group', to get:
---------------------------------------------------------------------->
<GtkObject of type GladeXML at 84a2398>
initialized!
Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/libglade.py", line 28, in __call__
ret = apply(self.func, a)
File "/bpi/titan/local/lib/python2.2/site-packages/twisted/im/gtkchat.py", line 101, in on_PlainJoinChat_clicked
self.currentAccount.joinGroup(name)
AttributeError: 'NoneType' object has no attribute 'joinGroup'
Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/libglade.py", line 28, in __call__
ret = apply(self.func, a)
File "/bpi/titan/local/lib/python2.2/site-packages/twisted/im/gtkchat.py", line 101, in on_PlainJoinChat_clicked
self.currentAccount.joinGroup(name)
AttributeError: 'NoneType' object has no attribute 'joinGroup'
----------------------------------------------------------------------<
It looks like a bug to my naive eyes. Would it be? :-)
--
François Pinard http://www.iro.umontreal.ca/~pinard
More information about the Twisted-Python
mailing list