On Mon, Oct 4, 2010 at 08:34, Brian Granger <[email protected]> wrote:

> Hi,
>
> This might affect a number of you who are using pyzmq from github.
> The .c files of pyzm are autogenerated by Cython.  We used to include
> these autogenerated .c files in the github repo, but because they
> change often and in significant ways, the pyzmq repo was growing
> faster than we want.  From now on, if you are using pyzmq from github
> master you will need to do:
>
> * Download the latest Cython (>= 0.13).
> * Do "python setup.py cython" to generate the .c. files.
>

Note that you only need to do 'python setup.py cython' if you want to make
the .c files and *not* actually compile them. If you have cython, then
'python setup.py build' works as before, executing the cython->c translation
as the first step.

This function is mainly for the 'sdist' command, so we can assemble the .c
source files for a source-distribution (tarball) without compiling the
extensions.

-MinRK


>
> Please let us know if you have questions about this process.
>
> Cheers,
>
> Brian
>
> --
> Brian E. Granger, Ph.D.
> Assistant Professor of Physics
> Cal Poly State University, San Luis Obispo
> [email protected]
> [email protected]
> _______________________________________________
> 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

Reply via email to