> I'm not quite sure I understand what else you need. Even subdirectories for
> translation time imports should work in the current setup. Could you give
> an example?
>

I'm trying to make sure that code gets generated correctly when you
both import and cimport something, and I'm trying to be exhaustive
about checking it when it's in the same package, in a different
package, nested further into the package, etc. So I need to have a
file test.pyx, and then two files nested/target.pyx and
nested/target.pxd, so that test.pyx sees target.pxd at runtime, but
target.so gets built and is available for testing at runtime. In fact,
I should even test that in the case that target.* is in the same
directory as test.pyx -- so I guess the nesting issue is orthogonal
...

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

Reply via email to