打印

安装screenlets出现错误,大家帮我看看是什么原因啊

安装screenlets出现错误,大家帮我看看是什么原因啊

make install后出现
python setup.py install
Traceback (most recent call last):
  File "setup.py", line 7, in ?
    from distutils.core import setup
ImportError: No module named distutils.core
make: *** [install] 错误 1
我用的系统是SuSE 10.1 python 版本是2.4.2 是不是python版本太低的原因啊,如果是的话怎么升级python 啊

TOP