On Feb 26, 2009, at 7:52 AM, Mikael Arvids wrote:
> Hi all,
>
> I'm trying to create package compiled with Cython. It compiles fine  
> but when I try to import it I get an ImportError exception. Here is  
> a simplifed version which generates the same error:
>
> The structure of the compiled package:
>   package/
>     __init__.py    - Empty
>     module_A.pyd
>     module_B.pyd
>
[...]
>
> Any suggestions?
>

Are module_A.pyx, module_A.pxd, module_B.pyx, module_B.pxd inside the  
package directory as well?

- Robert

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to