Hi,

I am using numpy distutils to build the extension modules of a project, which 
have been so far written in C, and wrapped by SWIG. Now I would like to try 
cython (as everynone!), but still be able to use the numpy distutils. I have 
found the thread [1], which offers some solution, but it does not mention using 
the Configuration class from numpy.distutils.misc_util which I use.

How can I tell Configuration to use Cython instead of Pyrex?

thanks!
r.

[1] 
http://old.nabble.com/problem-with-numpy.distutils-and-Cython-td25100957.html
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to