[Cython] cimport across packages

Stefan Behnel stefan_ml at behnel.de
Thu Jul 10 07:39:03 CEST 2008


Hi,

I assume you are using Cython 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?

Stefan



More information about the Cython-dev mailing list