Copying over the .pxd file should work fine (that's what they're for) but you should also be able to set an include directory.
On Jun 17, 2008, at 12:56 PM, Brian Granger wrote: > 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 > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
