On 7/10/08, Stefan Behnel <[EMAIL PROTECTED]> wrote: > Hi, > > I assume you are using Cython 0.9.8?
Yes. I wasn't (I'd forgotten to upgrade this machine), but I'm getting the same behaviour with 0.9.8 > > > Jay Parlar wrote: > > I'm having trouble with .pxd files across packages. > > > > My main program directory has a few packages in it, one called 'sm' > > and one called 'filters'. > > > Are these really packages? I.e. do they have an __init__.py file? Yep. They've been performing fine as packages before, but now I'm trying to add the .pxd files so I can use cdef functions between modules, and thus the beginning of my pain. Jay P. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
