Guest User

Untitled

a guest
Mar 19th, 2011
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.63 KB | None | 0 0
  1. C:/Python27/python.exe C:/Users/Семён/PycharmProjects/JabberBot/main.py
  2. Traceback (most recent call last):
  3.   File "C:/Users/Семён/PycharmProjects/JabberBot/main.py", line 36, in <module>
  4.     Kernel.connect(Kernel())
  5.   File "C:/Users/Семён/PycharmProjects/JabberBot/main.py", line 27, in connect
  6.     cl.auth(jid.getNode(),settings['password'])
  7.   File "C:\Python27\lib\site-packages\xmpppy-0.5.0rc1-py2.7.egg\xmpp\client.py", line 214, in auth
  8.     while not self.Dispatcher.Stream._document_attrs and self.Process(1): pass
  9. AttributeError: Client instance has no attribute 'Dispatcher'
  10.  
  11. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment