[Cython] BUG?: __init__.py file messing up .pxd detection!!!

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Jun 19 07:01:38 CEST 2008


Brian Granger wrote:

> cython -I. distarray/core/maps_fast.pyx

You shouldn't need the -I. there, as the current
directory should always be considered part of the
include path.

-- 
Greg


More information about the Cython-dev mailing list