fritzy / SleekXMPP

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

Syntax error during pip install sleekxmpp (ver. 1.1.11) #208

Closed rwm closed 11 years ago

rwm commented 11 years ago

Syntax error while installing via pip install sleekxmpp on Debian 6.0.6 with python 2.6.6:

> pip install sleekxmpp
Downloading/unpacking sleekxmpp
  Downloading sleekxmpp-1.1.11.tar.gz (1.3Mb): 1.3Mb downloaded
  Running setup.py egg_info for package sleekxmpp
Installing collected packages: sleekxmpp
  Running setup.py install for sleekxmpp
    SyntaxError: ('invalid syntax', ('/usr/local/lib/python2.6/dist-packages/sleekxmpp/redis_backend.py', 36, 21, '        return self.\n'))

Successfully installed sleekxmpp
Cleaning up...
legastero commented 11 years ago

Thanks, that should be fixed now.