lyww830 发表于 2010-11-3 14:38:41

linux系统下升级python2.4到2.6版本后,yum不能用了,请问是什么问题?

使用yum时的报错:
# yum
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
   No module named yum
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.6 (r26:66714, Nov1 2010, 12:32:10)

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

python的版本
# python
Python 2.6 (r26:66714, Nov1 2010, 12:32:10)
on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

lyww830 发表于 2010-11-3 14:40:28

谢谢回复!!
页: [1]
查看完整版本: linux系统下升级python2.4到2.6版本后,yum不能用了,请问是什么问题?