pyzmq-ctypes icon indicating copy to clipboard operation
pyzmq-ctypes copied to clipboard

Can't import zmq

Open dhruvbird opened this issue 14 years ago • 1 comments

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

dhruvbird avatar Aug 03 '11 14:08 dhruvbird

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

svpcom avatar Aug 03 '11 17:08 svpcom