Skip to content

Instantly share code, notes, and snippets.

@lehrblogger
Created December 11, 2012 00:13
Show Gist options
  • Save lehrblogger/4254586 to your computer and use it in GitHub Desktop.
Save lehrblogger/4254586 to your computer and use it in GitHub Desktop.
gevent sleekxmpp error
(xmpp-env)vagrant@lucid32:/vagrant/xmpp-env/xmpp$ python leaf_component.py
Traceback (most recent call last):
File "leaf_component.py", line 14, in <module>
import sleekxmpp
File "/vagrant/xmpp-env/lib/python2.6/site-packages/sleekxmpp/__init__.py", line 9, in <module>
from sleekxmpp.basexmpp import BaseXMPP
File "/vagrant/xmpp-env/lib/python2.6/site-packages/sleekxmpp/basexmpp.py", line 22, in <module>
from sleekxmpp import plugins, features, roster
File "/vagrant/xmpp-env/lib/python2.6/site-packages/sleekxmpp/roster/__init__.py", line 9, in <module>
from sleekxmpp.xmlstream import JID
File "/vagrant/xmpp-env/lib/python2.6/site-packages/sleekxmpp/xmlstream/__init__.py", line 9, in <module>
from sleekxmpp.jid import JID
File "/vagrant/xmpp-env/lib/python2.6/site-packages/sleekxmpp/jid.py", line 22, in <module>
from sleekxmpp.util import stringprep_profiles
File "/vagrant/xmpp-env/lib/python2.6/site-packages/sleekxmpp/util/__init__.py", line 22, in <module>
import gevent.queue as queue
File "/vagrant/xmpp-env/lib/python2.6/site-packages/gevent/queue.py", line 33, in <module>
from Queue import Full, Empty
File "/vagrant/xmpp-env/lib/python2.6/site-packages/gevent/Queue.py", line 33, in <module>
from Queue import Full, Empty
ImportError: cannot import name Full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment