Apologies to those who have already read this problem, the last time I
unintentionally posted the message with a meaningless title so I
decided to repost with something that makes more sense.<br>
<br>
I first discovered this problem when trying to run "yum update".  This is what I saw:<br>
<br>
<div style="margin-left: 40px;">[root@d6173 alastair]# yum update<br>
There was a problem importing one of the Python modules<br>
required to run yum. The error leading to this problem was:<br>
<br>
   /usr/lib/python2.4/site-packages/cElementTree.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8<br>
<br>
Please install a package which provides this module, or<br>
verify that the module is installed correctly.<br>
<br>
It's possible that the above module doesn't match the<br>
current version of Python, which is:<br>
2.4.1 (#2, May  3 2005, 17:14:18)<br>
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)]<br>
<br>
If you cannot solve this problem yourself, please go to<br>
the yum faq at:<br>
  <a href="http://wiki.linux.duke.edu/YumFaq">http://wiki.linux.duke.edu/YumFaq</a><br>
</div>
<br>
As you can see, the current reported version of python is 2.4.1 built with gcc 3.2.2.<br>
I think it was a commercial app that I installed that did this, but I'm not sure yet.<br>
<br>
The correct version should be python-2.4.3-8.FC4.<br>
<br>
I tried to reinstall python by doing:<br>
<br>
<div style="margin-left: 40px;">rpm -i --force ~alastair/python-2.4.3-8.FC4.i386.rpm<br>
</div>
<br>
This didnt work, the python command line still reports the old version.<br>
<br>
Can someone give me a idea how to properly fix this?<br>
<br>
Best regards and thanks,<br>
<br>
Alastair<br>
<br>
<br>
<br>
<br>