[zeromq-dev] Changes to dev build process of pyzmq

Brian Granger ellisonbg at gmail.com
Mon Oct 4 17:34:14 CEST 2010


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.

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
bgranger at calpoly.edu
ellisonbg at gmail.com



More information about the zeromq-dev mailing list