Author: KingKing
Date: May 9, 2008 08:51
我在Ubuntu 8.04下安装python 3.0
执行python setup.py install后
出现出错信息
Failed to find the necessary bits to build these modules:
_bsddb _hashlib _sqlite3
_ssl bz2 dbm
gdbm readline
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
Failed to build these modules:
_curses _curses_panel
请问怎么解决呢?
|