LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   yum dependancy issue (https://www.linuxquestions.org/questions/linux-software-2/yum-dependancy-issue-472019/)

ghostmac 08-08-2006 12:59 PM

yum dependancy issue
 
I'm running FC4 in virtuoso and yum was not installed by defalut. I have installed yum but when I try to run it, I get the following;

Code:

[user2@ghostmac ~]$ yum update
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

  No module named cElementTree

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.4.1 (#1, May 16 2005, 15:19:29)
[GCC 4.0.0 20050512 (Red Hat 4.0.0-5)]

If you cannot solve this problem yourself, please go to
the yum faq at:
  http://wiki.linux.duke.edu/YumFaq

So I installed the cElementTree via rpm and it's here;

Code:

[user2@ghostmac ~]$ locate cElementTree
/usr/local/lib/python2.4/site-packages/cElementTree.so

Can anyone tell me why yum isn't seeing this lib? I have done an updatedb and still nothing. Sorry if the solution is blatently obvious. Thanks.

unSpawn 08-12-2006 07:17 AM

I have no idea. Maybe re-install Python and Yum?


All times are GMT -5. The time now is 09:21 AM.