[Cython] 0.9.8.1.1 and .pxd files

Robert Bradshaw robertwb at math.washington.edu
Wed Aug 27 18:37:34 CEST 2008


On Aug 27, 2008, at 9:30 AM, Jay Parlar wrote:

> Were there any changes made to the way Cython finds .pxd files, from
> 0.9.8? We just upgraded our Cython installs to 0.9.8.1.1, and now it's
> telling me that none of the .pxd files can be found.
>
> Before I jump in to trying out small test cases, I wanted to see if
> I'm missing something obvious that's changed.
>
> Thanks,
> Jay P.

IIRC, now it requires __init__.py or __init__.pyx files to determine  
packages, just like Python.

- Robert



More information about the Cython-dev mailing list