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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
