On Thursday 29 September 2005 14:33, Nic Soltani wrote: > $ su > # rpm -e libpython2.4 > # rpm -q python-elementtree > python-elementtree-1.2.6-4 > # yum update > There was a problem importing one of the Python modules > required to run yum. The error leading to this problem was: > > ?? /usr/lib/python2.4/site-packages/cElementTree.so: undefined > symbol: PyUnicodeUCS4_DecodeUTF8 Please execute: $ rpm -q python Because in Redhat's Python configure is executed with "--enable-unicode=ucs4". However, your python seems to have this functionality configured. Where did you get your Python? Make sure it is from FC4 distro. -- -jeff