I have embedded Python in a shared library. This works fine in Windows (dll),
but I get the following error is Ubuntu when I try to load modules:
/usr/lib/python2.5/lib-dynload/time.so: error: symbol lookup
error: undefined symbol: PyExc_ValueError
I found many postings on this issue on the int
I have embedded Python in a shared library. This works fine in Windows
(dll), but I get the following error is Ubuntu when I try to load modules:
/usr/lib/python2.5/lib-dynload/*time.so*: error: symbol lookup error: *
undefined* symbol: PyExc_ValueError
I found many postings on this issue on the