[Cython] 0.9.8.1.1 and .pxd files

Jay Parlar parlar at gmail.com
Fri Aug 29 00:05:44 CEST 2008


On Thu, Aug 28, 2008 at 10:27 AM, Lisandro Dalcin <dalcinl at gmail.com> wrote:
> Could you try to remove your hack? I mean, instead of having
> foo.bar.pxd inside 'foo' package directory, just use 'bar.pxd', in
> such a way yo have:
>
> $ tree foo/
> foo/
> |-- __init__.pyx
> |-- bar.pxd
> `-- bar.pyx
>
> This works just fine for me.

This seems to have worked. Is there a difference between having a
__init__.pyx and just a regular __init__.py? I've got .py now, and it
seems to be working.

Jay P.


More information about the Cython-dev mailing list