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 [email protected] [email protected] _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
