[Cython] cross project cimport

Brian Granger ellisonbg.net at gmail.com
Tue Jun 17 21:56:07 CEST 2008


Hi,

I am wondering if cross project cimports will work or if any thought
has gone into making this work.  Basically, mpi4py has a pxd file I
need to cimport it in a completely different project.  One option is
to copy it over to the other project, but that is quite annoying as it
includes a bunch of pxi files and these would need to be copied over
as well.  Any thoughts on this?

Thanks

Brian


More information about the Cython-dev mailing list