[zeromq-dev] Python bindings with poll.

Carlos A. Rocha carlos.rocha at gmail.com
Wed Feb 24 20:12:06 CET 2010


> In summary, obviously, anyone is free to write or maintain different
> Python bindings for zeromq,
> but I think there are huge advantages to using Cython and I plan on
> sticking with it.

Hi Brian. You are completely right, Cython is the way to go. I ended
up doing the C implementation, because at the time, it was just faster
for me to do so than to learn something new. As a result I found a bug
in zmq that Martin quickly fixed.

Now that my problem is solved, I have the time to learn Cython, start
using your bindings and hopefully contribute. I forked your repository
for the time being: http://github.com/rocha/pyzmq

Cheers,

-- Carlos



More information about the zeromq-dev mailing list