pyzmq-ctypes
pyzmq-ctypes copied to clipboard
Can't import zmq
How I installed: pypy setup.py install
I get this error:
[PyPy 1.5.0-alpha0 with GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``with all appropriate contextualisationing''
import zmq Traceback (most recent call last): File "
", line 1, in File "zmq/init.py", line 1, in from _zmq import * File "zmq/_zmq.py", line 30, in import py ImportError: No module named py
Hi, you need 'py' and 'ctypes_configure' modules
pip install py
pip install ctypes_configure
On 08/03/2011 06:41 PM, dhruvbird wrote:
How I installed: pypy setup.py install
I get this error:
[PyPy 1.5.0-alpha0 with GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``with all appropriate contextualisationing''
import zmq Traceback (most recent call last): File "
", line 1, in File "zmq/init.py", line 1, in from _zmq import * File "zmq/_zmq.py", line 30, in import py ImportError: No module named py