On Mon, Feb 16, 2009 at 4:37 PM, Robert Bradshaw <[email protected]> wrote: > They should be installed in the tree alongside the .py files, and > will be discovered just like normal Python modules.
Ok, thanks. So if my project uses C++ .cpp and .h files, then it has some C++ library, then it has some .pyx and .pxd files and some .so files as a result of cythonzing it, then: C++ .so should go to /usr/lib/ C++ .h files should go to /usr/include .pxd and other .py files and the .so as a result of cythonizing should go along the .py files Ondrej _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
