C Embedding problem, ImportError

Tero Pihlajakoski tepihlaj at NOpaju.SPAMoulu.fi
Tue Feb 3 14:46:20 EST 2004


I'm trying to run some python scripts from a proggy of mine. Most of the
time it works great, but I seem to be having problems with some
modules. Here's what I get when I try importing math (applies to all
.../lib-dynload/ modules, I guess):

ImportError: /usr/lib/python2.3/lib-dynload/math.so: undefined
symbol: PyExc_OverflowError

Executing the same script from command-line works ok. What gives?
I'm using python 2.3.2, and the file using the python/c is compiled
invoking: 

gcc -o libabc.lib -shared -fpic lpython2.3 -lm abc.c

Thanks,
 
- Tero




More information about the Python-list mailing list