Re: python2.4-dbg and C modules

2008-01-23 Thread Martin v. Löwis
> please, when I try to run my code under python2.4-dbg > from Ubuntu, the interpreter complains that the Py_InitModule4 > symbol is undefined in a C module I'm using (PyOpenAL): > > ImportError: /var/lib/python-support/python2.4/_openal.so: undefined > symbol: Py_InitModule4 > > Google reveals t

python2.4-dbg and C modules

2008-01-23 Thread hanke
Hello, please, when I try to run my code under python2.4-dbg from Ubuntu, the interpreter complains that the Py_InitModule4 symbol is undefined in a C module I'm using (PyOpenAL): ImportError: /var/lib/python-support/python2.4/_openal.so: undefined symbol: Py_InitModule4 Google reveals that thi