Build question
JD <[email protected]> Sat, 04 May 2013 10:20:20 -0600
| Newsgroups | gmane.comp.python.compiler |
|---|---|
| Message-ID | <[email protected]> |
I built Python 3 from source code on Centos 6.4 I configured as follows: ./configure --prefix=/usr --enable-shared --enable-loadable-sqlite-extensions --disable-ipv6 --enable-big-digits=30 --with-universal-archs=all --with-system-expat --with-system-ffi --with-threads --with-doc-strings --with-pymalloc --with-valgrind --with-fpectl --with-cxx-main=/usr/bin/g++ and ran make. it built, but with theseexceptions: Python build finished, but the necessary bits to build these modules were not found: _bz2 _curses _curses_panel _dbm _gdbm _lzma _sqlite3 _ssl _tkinter readline To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to build these modules: _elementtree pyexpat Could someone please tell mewhat I need to install to make these modules to be built?