On Thu, Aug 28, 2008 at 10:27 AM, Lisandro Dalcin <[EMAIL PROTECTED]> 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. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
