[zeromq-dev] problem building pyzmq

Martin Sustrik sustrik at 250bpm.com
Thu Nov 11 12:36:18 CET 2010


Hi,

I've tried to compile pyzmq myself and I am getting this error:

cythoning zmq/core/constants.pyx to zmq/core/constants.c

Error converting Pyrex file to C:
------------------------------------------------------------
...
# Imports
#-----------------------------------------------------------------------------


# from libc.stdlib cimport free,malloc
from cpython cimport bool
^
------------------------------------------------------------

/home/sustrik/pyzmq/zmq/core/czmq.pxd:28:0: 'cpython.pxd' not found

I have cython 0.13 installed. cpython.pxd doesn't appear to be present
on my system.

Any ideas?

Martin



More information about the zeromq-dev mailing list