zeromq installtion on mac os snow leopard
- by Ashish
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…