On Sat, Nov 13, 2010 at 12:39, eric <[email protected]> wrote: > 1) So this thing about needing to download a stable release refers to a > stable release of pyzmq, not 0mq, right? >
Yes, all build related messages when installing pyzmq refer to pyzmq, not 0mq. > > 2) Is it correct that the latest stable release of 0mq is 2.0.10? > Yes, the docs are up to date with respect to 0mq. > > 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. > As I mentioned earlier today, pyzmq releases can be found at http://github.com/zeromq/pyzmq/downloads > > 4) How can I figure out what version of pyzmq I have installed? (I am > new to python.) > If you have pyzmq installed, you can see the pyzmq and zeromq versions with: import zmq # pyzmq version, following python conventions: zmq.__version__ # zeromq version: zmq.zmq_version() > > The good news is that I finally got cpython installed and was able to > install pyzmq. > That's good to hear. Did you have to somehow get cpython separately? If so, the cython list should probably be notified that their code isn't installing properly. -MinRK > > --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 >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
