Re: undefined symbol: PyUnicodeUCS4*

2005-09-20 Thread Analabha Roy
Fredrik Lundh wrote: > Analabha Roy wrote: > >> I did not build python from source at all, but installed it from rpm >> (python-2.3.4-13.1) downloaded from fc3 repositories. > > the problem isn't with the python interpreter, it's that you're using > add-on libraries that don't match your interpr

Re: undefined symbol: PyUnicodeUCS4*

2005-09-20 Thread Fredrik Lundh
Analabha Roy wrote: > I did not build python from source at all, but installed it from rpm > (python-2.3.4-13.1) downloaded from fc3 repositories. the problem isn't with the python interpreter, it's that you're using add-on libraries that don't match your interpreter installation. where did you

Re: undefined symbol: PyUnicodeUCS4*

2005-09-20 Thread Analabha Roy
Fredrik Lundh wrote: > Analabha Roy wrote: > >> I'm running Fedora Core 3, and recently I've encountered serious problems >> with apps that need python to run. >> >> running any such app gives errors like: >> >> ImportError: /usr/lib/python2.3/site-packages/rhpl/iconv.so: undefined >> symbol: Py

Re: undefined symbol: PyUnicodeUCS4*

2005-09-19 Thread Fredrik Lundh
Analabha Roy wrote: > I'm running Fedora Core 3, and recently I've encountered serious problems > with apps that need python to run. > > running any such app gives errors like: > > ImportError: /usr/lib/python2.3/site-packages/rhpl/iconv.so: undefined > symbol: PyUnicodeUCS4_AsUTF8String > > Well

undefined symbol: PyUnicodeUCS4*

2005-09-19 Thread Analabha Roy
Hi, I'm running Fedora Core 3, and recently I've encountered serious problems with apps that need python to run. running any such app gives errors like: ImportError: /usr/lib/python2.3/site-packages/rhpl/iconv.so: undefined symbol: PyUnicodeUCS4_AsUTF8String Well, all apps dont produce sa