[zeromq-dev] problem building pyzmq
Min RK
benjaminrk at gmail.com
Sat Nov 13 20:56:50 CET 2010
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 <eric at ericjbell.com> 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
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list