fritzy / SleekXMPP

Python 2.6+/3.1+ XMPP Library
http://groups.google.com/group/sleekxmpp-discussion
Other
1.1k stars 299 forks source link

SleekXMPP Installation issues #312

Closed Aminiok closed 9 years ago

Aminiok commented 10 years ago

Hello,

As a new SleekXMPP user, I installed the SleekXMPP from the source : https://github.com/fritzy/SleekXMPP/archive/develop.zip The I ran the test suite by: # python testall.py And I received a typical type error message : TypeError: _connect() got an unexpected keyword argument 'args' Would you, please, help me to resolve the problem?

Best regards, Amin

bear commented 9 years ago

I just ran "python testall.py" for Python v2.6, v2.7 and v3.4 and did not see this error so I'm thinking it was fixed recently.