I wrote:

> With extension modules that live inside packages, you need
> to make sure that the compiler knows the fully qualified
> name of the module.

Sorry, I should have read what you wrote more carefully.
The problem isn't what I thought it was.

I'm not sure I can help you with this, because I
believe Cython handles cimporting of functions a
bit differently from Pyrex.

But in Pyrex you wouldn't need the "public"
declaration, as it's only for making functions
available to external C code, not other Pyrex
modules.

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

Reply via email to