Python build finished, but the necessary bits to build these modules were not found:
_bsddb _sqlite3 _tkinter
bsddb185 bz2 dl
imageop readline sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
Failed to build these modules:
_curses_panel _hashlib _ssl
修改Python-2.7.3/Modules/_curses_panel.c 文件 删减#include 增加#include
_curses_panel 的问题解决了
_hashlib _ssl 还没解决,哪位大神帮忙下,给个详细解决方法。谢谢!