[C++-sig] Importing boost python wrapped libtool .la library into python

Stefan Seefeld seefeld at sympatico.ca
Fri Jul 27 19:58:37 CEST 2007


Tim Spens wrote:
> I'm having issues importing my boost python wrapped
> libtool library into python, I googled around and it
> seems like gstltihooks.py is the only solution?  The
> problem is when I import the library into python I get
> an error, when I was using the .so linked library
> using g++ I didn't have this problem.  Anyone know a
> solution for importing libtool libraries?

I'm not sure what a "boost python wrapped libtool library" is.
The .la file at the end of your stack trace, which is typically
produced by libtool, is only a shell-script, so you can't dlopen
that.
I'm afraid a lot of important context information is missing
in order to help you.

Regards,
		Stefan

-- 

      ...ich hab' noch einen Koffer in Berlin...



More information about the Cplusplus-sig mailing list