Igor Sylvester wrote: Hi,
> Yes, the python .so is in my LD path. Ok. > I can import the module from python without changing any environment > variables. Good. > As the compiler flag reveals, I am building a Matlab extension. I need > some numpy functionality which I don't want to re-code. You could try to link libpyhthon.a statically. > Perhaps Matlab uses a different method to dynamically load libraries? Which release are you using? IIRC at least recent ones can show the content of env from within Matlab, so that might give you a clue. Cheers, Michael _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
