红联Linux门户
Linux帮助

centos 5.4 yum update

发布时间:2010-02-23 21:24:36来源:红联作者:wuzhenmingwu
[root@localhost ~]# 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.3 (#1, Sep 3 2009, 15:37:12)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]

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

请问哪们高手能帮我解决下,本人菜鸟,先谢谢了!
文章评论

共有 3 条评论

  1. poerwq 于 2010-02-24 08:38:38发表:

    同上

  2. hyqhyq_3 于 2010-02-24 03:15:52发表:

    到网上搜个合适的python-celementtree安装上就行

  3. gzl1100 于 2010-02-24 00:29:30发表:

    引用:

    No module named cElementTree

    根据这个提示,应该是缺少cElementTree模块。