yum报错,显示缺少python模块?!

yum报错,显示缺少python模块?!

我是RedHat AS3的系统,我下载了 yum-2.6.1.tar.gz自己编译安装。编译和安装过程均没有报错,可是运行yum时报错如下:
[root@biodb1 yum-2.6.1]# 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.3.4 (#1, Nov  4 2004, 14:06:56)
[GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)]

If you cannot solve this problem yourself, please go to
the yum faq at:
  http://wiki.linux.duke.edu/YumFaq
貌似是提示找不到名为yum的python模块,可是我去python网站却找不到这个模块。请问各位大虾这是什么问题?如何解决?谢谢!
我用的AS4,一样的问题。
这个东西好像很依赖python的版本,你试下py2.4版本的看看。

It's possible that the above module doesn't match the
current version of Python, which is:
2.3.4 (#1, Nov  4 2004, 14:06:56)

configure
的时候参数是什么呢?
目前YUM只能在PYTHON 2.4运行 更低的没试过.但是更高的肯定是出错的.
版本问题 找不到库
我记得 好像  修改/bin/yum把第一航那个!/usr/bin/python
改为 系统自带的版本


或者 找到 老版本的python库 把yum这个模块拷贝到 现在版本的python的lib下

我经常这么干的 我现在python2.5 都还是用的2.4的oracle库  当然 如果有动态库依赖  动态库也要移