- 论坛徽章:
- 0
|
系统里面有附带的python2.4,重新安装了python2.7.5 (部署在不同的目录)
在安装2.7.5时候
make 的时候提示
Python build finished, but the necessary bits to build these modules were not found:
_sqlite3 _tkinter bsddb185
dl imageop sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
Failed to build these modules:
_hashlib _ssl
请问这个要如何解决呢?
在启动2.7.5的时候提示
Python 2.7.5 (default, Sep 3 2013, 18:29:15)
[GCC 4.1.2 20070115 (prerelease) (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
File "/etc/pythonstart", line 7, in <module>
import readline
ImportError: No module named readline
这部分要如何解决?重新编译安装 readline 库?
可以的话烦请详细说说,之前一直用perl,最新在学习python |
|