[Cython] 0.9.8.1.1 and .pxd files
Greg Ewing
greg.ewing at canterbury.ac.nz
Fri Oct 31 06:26:10 CET 2008
Jason Evans wrote:
> If it were possible to get Python to load __init__.so, everything would
> be great, but Python reports:
>
> ImportError: No module named Crux
You might be able to do something with an __init__.py that
explicitly imports the __init__.so and replaces itself in
sys.modules.
In the long run, this is an issue that could perhaps be
put forward as a feature request on python-dev.
--
Greg
More information about the Cython-dev
mailing list