[SciPy-dev] cython in scipy?

Robin robince at gmail.com
Thu Oct 9 03:58:15 EDT 2008


Hi

On Thu, Oct 9, 2008 at 8:40 AM, Anne Archibald
<peridot.faceted at gmail.com> wrote:
> I didn't get this working, I'm afraid; I wasn't willing to delve into
> the guts of numpy's distutils to figure out what was wrong, but it
> complained that I'd given it a ".pyx" file but I didn't have Pyrex
> installed.

There is a working cython example here:
http://projects.scipy.org/scipy/numpy/browser/trunk/doc/cython/setup.py

It might be as simple as changing Pyrex to Cython in the import.

Cheers

Robin



More information about the SciPy-Dev mailing list