[C++-sig] ImportError

Paul F. Kunz Paul_Kunz at slac.stanford.edu
Mon Feb 27 00:27:56 CET 2006


>>>>> On Sun, 26 Feb 2006 16:55:44 -0500, Etienne Lachance <etienne.lachance at polymtl.ca> said:

> Hi All, I'm having a problem when importing my library. I'm using a
> Makefile to compile my library. Do you know what is the problem?

> Thanks.

>>>> import gailGA
> Traceback (most recent call last): File "<stdin>", line 1, in ?
> ImportError: ./gailGA.so: undefined symbol:
> _ZN18GA_scalingLinearETC1Ed

   This means that our Python module is not finding the path to your
C++ shared library.



More information about the Cplusplus-sig mailing list