Re: Embedded python loading .so files?

2006-10-26 Thread jefishman
> You really need to do some debugging here. There must be more error > message than that, or there are some issues with libdl on the target > system. A common problem is that it gives an error message that > some symbols could not be found when loading the shared library, > and that these symbols

Embedded python loading .so files?

2006-10-25 Thread jefishman
I have a Python (2.3.x) interpreter running embedded in a C++ application on a host machine. I would like to run a specific package on that host machine (numpy). I have managed to compile (cross-compile) the library, so that I have the python modules and the compiled .so files. I am relatively