[Cython] PyExc_IOError
Igor Sylvester
igorsyl at gmail.com
Tue Jan 13 14:34:20 CET 2009
Statically linking python is of no avail. Adding python's time.so to the
linker list doesn't help either. I believe it still tries to dlopen a
library it isn't finding. I'll start looking at the source to see what's
going on.
It looks like other people have had similar problems but I haven't been able
to find a concrete solution.
http://lists.cistron.nl/pipermail/freeradius-users/2007-October/msg00032.html
I'm using R2008a. Do you know the relevant commands?
On Tue, Jan 13, 2009 at 12:40 AM, Michael Abshoff <
michael.abshoff at googlemail.com> wrote:
> 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
> Cython-dev at codespeak.net
> http://codespeak.net/mailman/listinfo/cython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://codespeak.net/pipermail/cython-dev/attachments/20090113/8e5e46b6/attachment.htm
More information about the Cython-dev
mailing list