Skip to content

Instantly share code, notes, and snippets.

@bayerj
Created November 8, 2011 14:16
Show Gist options
  • Select an option

  • Save bayerj/1347829 to your computer and use it in GitHub Desktop.

Select an option

Save bayerj/1347829 to your computer and use it in GitHub Desktop.
$ py -c 'import zmq'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Library/Python/2.6/site-packages/zmq/__init__.py", line 38, in <module>
from zmq import core, devices
File "/Library/Python/2.6/site-packages/zmq/core/__init__.py", line 26, in <module>
from zmq.core import (constants, error, message, context,
ImportError: dlopen(/Library/Python/2.6/site-packages/zmq/core/error.so, 2): Symbol not found: _zmq_errno
Referenced from: /Library/Python/2.6/site-packages/zmq/core/error.so
Expected in: flat namespace
in /Library/Python/2.6/site-packages/zmq/core/error.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment