zeromq installtion on mac os snow leopard
Posted
by
Ashish
on Stack Overflow
See other posts from Stack Overflow
or by Ashish
Published on 2012-03-24T17:22:31Z
Indexed on
2012/03/24
17:29 UTC
Read the original article
Hit count: 249
I have installed zeromq 2.1.11 on mac os x using the steps given on http://www.zeromq.org/area:download
Then i installed pyzmq (python bindings )
But i get the following error :
import zmq
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import zmq
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/__init__.py", line 35, in <module>
from zmq.utils import initthreads # initialize threads
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/utils/initthreads.so, 2): no suitable image found. Did find:
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/utils/initthreads.so: no matching architecture in universal wrapper
© Stack Overflow or respective owner