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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
