Re: [zeromq-dev] PyZMQ support for socket options added in ZeroMQ 2.1

2010-11-16 Thread MinRK
For those interested in ZMQ_LINGER, etc. on pyzmq, since 2.0.10 was cut last night, master now targets 2.1.0, and I have added the new sockopt constants. From now on, we will maintain a pyzmq-dev release in the downloads section on github, where you can get the current (or at least recent) state

[zeromq-dev] PyZMQ support for socket options added in ZeroMQ 2.1

2010-11-10 Thread Martin Lucina
Hi, I need to add support for some of the new socket options added in ZeroMQ 2.1 to PyZMQ for an application I'm developing, however I'm having problems figuring out what version of Cython to use. On my Debian lenny system, if I use the distro-provided version (0.9.8) I get: cythoning

Re: [zeromq-dev] PyZMQ support for socket options added in ZeroMQ 2.1

2010-11-10 Thread MinRK
Hello, On Wed, Nov 10, 2010 at 15:50, Martin Lucina m...@kotelna.sk wrote: Hi, I need to add support for some of the new socket options added in ZeroMQ 2.1 to PyZMQ for an application I'm developing, however I'm having problems figuring out what version of Cython to use. On my Debian lenny

Re: [zeromq-dev] PyZMQ support for socket options added in ZeroMQ 2.1

2010-11-10 Thread Martin Lucina
Hi Min, benjami...@gmail.com said: I really recommend using current github master over 2.0.8, until we cut a 2.0.10 release, at least.  Note that pyzmq master remains 2.0.x targeted, since we haven't moved up to 2.1.x yet, and we will definitely cut a 2.0.x release before that happens in