I am trying to configure a compiled version of CPython on Ubuntu 12.04, following the python developer guide. Even after installing the lzma and sqlite3 dependent packages, a build failure indicates that no dependent modules were found. Exact error:
* Python build is complete, but no necessary bits were found to build these modules: _lzma _sqlite3 _tkinter
To find the necessary bits, go to setup.py in detect_modules () for the module name. *
I could not find the tkinter package. Appreciate any help.
source
share