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 <panel.h> 增加#include <ncurses/panel.h>
_curses_panel 的问题解决了
_hashlib _ssl 还没解决,哪位大神帮忙下,给个详细解决方法。谢谢!
缺少依赖包,把相关的依赖包装一下,参考:Python依赖包