<br>I'm attempting to build cpython 2.{5,6,7} and cpython 3.[0,1,2,3}. I find that having them all around facilitates interversion testing and discovering what works in which versions.<br><br>Anyway, in 3.3, I'm getting a bz2 module, but in 3.2, I'm not - but only when compiling on Linux Mint 14. On Linux Mint 13, I got a bz2 module in all my builds.<br>
<br>In 3.2 on Linux Mint 14, I get the familiar:<br><div style="margin-left:40px">Python build finished, but the necessary bits to build these modules were not found:<br>_curses _curses_panel _dbm<br>_gdbm _sqlite3 _ssl<br>
_tkinter bz2 ossaudiodev<br>readline zlib<br>To find the necessary bits, look in setup.py in detect_modules() for the module's name.<br></div><br>Except I definitely installed a bz2 "dev" package. Actually, I also installed gdbm and Berkeley DB dev packages.<br>
<br>Any suggestions?<br><br>Thanks!<br><br>