下面是具体的所有的错误信息,请高人指点,希望能药到病除,谢谢啦!!! #yum -v 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.4.4 (#1, Dec 19 2006, 11:38:39)  [GCC 4.1.1 20061011 (Red Hat 4.1.1-30)] If you cannot solve this problem yourself, please go to  the yum faq at:http://wiki.linux.duke.edu/YumFaq 错误代码到此为止。 运行 man yum 后可以显示帮助信息。 使用 rpm -q yum 情况如下: [root@XFun dl]# rpm -q yum yum-3.0.1-2.fc6 [root@XFun dl]#  欢迎有类似经验或者大侠们能慷慨解囊相助,小生不胜感激。




 相关评论

作者: iamfriday 发布日期: 2006-12-22写得很清楚么…… 貌似是没有对应于Python的yum模块~ 换成apt吧~:0L作者: wangxiaofeng68 发布日期: 2006-12-23楼上说的俺不明白啊 ,哪位贤人还有招啊?作者:  发布日期: 2012-4-23解决办法 修改yum文件 #vi /usr/bin/yum 将 #!/usr/bin/python 修改为 #!/usr/bin/python2.4


[root@localhost anjuta]# which python2.4
 /usr/bin/python2.4
 [root@localhost anjuta]# gedit  /usr/bin/yum
 [root@localhost anjuta]# yum install gnome-common  intltool
 Loading "security" plugin
 Loading "installonlyn" plugin
 Loading "rhnplugin" plugin
 This system is not registered with RHN.
 RHN support will be disabled.
 Setting up Install Process
 Setting up repositories
 No Repositories Available to Set Up
 Reading repository metadata in from local files
 Parsing package install arguments
 Setting up repositories
 No Repositories Available to Set Up
 Reading repository metadata in from local files
 No Match for argument: gnome-common
 Setting up repositories
 No Repositories Available to Set Up
 Reading repository metadata in from local files
 No Match for argument: intltool
 Nothing to do
 [root@localhost anjuta]#