> You should be able to do that by putting an __init__.py > into foo, as long as the directory containing foo is on > Cython's include path.
I will only add that I had mysterious (run-time) memory corruptions if it was not the case. What I do is I keep the pyx/pxd/h files seperate from any __init__.py and copy the result .so to the base dir. Yours, Marcin
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
