[zeromq-dev] 2.1.0 beta and 2.1.0 HEAD versions
MinRK
benjaminrk at gmail.com
Tue Jan 11 20:57:53 CET 2011
Hello,
pyzmq has hard version dependencies, due to the growing list of constants in
zmq.h which are manually referenced in the pyzmq extension code. We do
check that we have the right version of zeromq, but there's currently a
problem since the beta release and git master have the exact same version,
and master adds XPUB,XSUB, and a couple other constants. Is there a clean
way to tell the difference between beta and master, so we can catch it and
give a more informative error to users? I can scrape zmq.h for the newest
constant we depend on, but I would rather not do that.
-MinRK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110111/2a8ab6f3/attachment.htm>
More information about the zeromq-dev
mailing list