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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
