Skip to content

Instantly share code, notes, and snippets.

@jsam
Created August 23, 2012 15:46
Show Gist options
  • Save jsam/3437886 to your computer and use it in GitHub Desktop.
Save jsam/3437886 to your computer and use it in GitHub Desktop.
zeromq error
>>> import zmq
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "zmq.py", line 2, in <module>
from gevent_zeromq import zmq
File "/home/sam/.virtualenvs/gevent/local/lib/python2.7/site-packages/gevent_zeromq/__init__.py", line 23, in <module>
from zmq import devices
ImportError: cannot import name devices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment