Hi,
I've compiled a program (called Knit)on ubuntu with the command line (make python) but the problem comes when I tried to use it and exactly after the command line "from libpy import *", the message that appears is such
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "libpy/knit.py", line 28, in <module>
import _knit
ImportError: libpy/_knit.so: undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE
I don't know if it's a problem with the compilation or linking or other issues.
I saw other forums but I didn't find solution however it seems as shown in discussions that the problem is relating to c++ and linking
I'll be thankful if someone could help me