Created
November 8, 2011 14:16
-
-
Save bayerj/1347829 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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