1) So this thing about needing to download a stable release refers to a stable release of pyzmq, not 0mq, right?
2) Is it correct that the latest stable release of 0mq is 2.0.10? 3) Where do I download a stable release of pyzmq? The only instructions I can find for downloading pyzmq say to download from git, yet you are telling me that git only has development releases. 4) How can I figure out what version of pyzmq I have installed? (I am new to python.) The good news is that I finally got cpython installed and was able to install pyzmq. --eric On 11/13/2010 11:56 AM, Min RK wrote: > You did not download a stable release, you downloaded our current development > branch. If you get the code via git, it is not a release. > > It is an imprecise message: you need cython to develop the code *or* to build > from our development repository. You checked out our development branch, > which the doc currently points to. > > The reason is that we don't track the autogenerated .c files in git, so you > have to use cython to generate them unless you download a zip/tar release > where we have done the cython step for you. > > -MinRK > > On Nov 13, 2010, at 11:38, eric<[email protected]> wrote: > >> I've actually understood the difference between 0MQ and the PyZMQ >> binding project. >> >> I just figured out that 0MQ is on 2.0.10, whereas PyZMQ is 2.0.8 ... so >> when MinRK referred to PyZMQ's upcoming 2.0.10 release, I got the >> version numbering mixed up which version number was referring to the >> core and which was referring to the Python binding. >> >> What I am still confused by is something I read somewhere about >> requiring Cython *IF* you are doing PyZMQ development, implying that I >> don't need Cython if I am not doing PyZMQ development. Since I >> downloaded a stable release of 0MQ, it seemed to me that I didn't need >> to have Cython, but it appears that I do. >> >> --eric >> >> >> On 11/13/2010 11:25 AM, Martin Sustrik wrote: >>> Hi, >>> >>> My understanding is that Eric have been confused by 0MQ core and PyZMQ >>> being two separate projects, having different version numbers and >>> releases. The text Eric mentions discusses versions of 0MQ core while >>> Min have referred to PyZMQ versions. >>> >>> I would say we should explain that 0MQ+language bindings is not a single >>> project on a well-visible spot in the wiki. >>> >>> Ideas anyone? >>> Martin >> >> >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
