zacharyvoase / zmqc

netcat for ØMQ. Small but powerful.
http://zacharyvoase.github.com/zmqc/
The Unlicense
256 stars 21 forks source link

Corrected dependency on pyzmq in setup.py #6

Closed vlcinsky closed 11 years ago

vlcinsky commented 11 years ago

installing zmqc when having pyzmq 13.0 installed results in failing runs (when the connection shall be established, some call with sockets complains as missing some funciton).

setup.py got added dependency to pyzmq and this is restricted to version 2.* (<3.*)

Note: this wil not imporive situation, if you install zmqc into system with already upgraded pyzmqc. In such a case, you may use command builout:

$ buildout init zmqc

Which shall install zmqc into clean directory.

vlcinsky commented 11 years ago

IGNORE this - I will provide better solution which resolves changes between pyzmq 2.* and 13.*