This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients barry, christian.heimes, doko, eric.araujo, ezio.melotti, jcea, loewis, ncoghlan, python-dev, rosslagerwall, sandro.tosi, skrah
Date 2012-09-06.09:41:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346924508.08.0.182552351449.issue11715@psf.upfronthosting.co.za>
In-reply-to
Content
Today I got the same problem on 3.2 too.
I made a distclean and recompiled and got:

Python build finished, but the necessary bits to build these modules were not found:
_curses            _curses_panel      _dbm
_gdbm              _sqlite3           _ssl
_tkinter           bz2                readline

I tried to apply ma.diff and now I get:

Python build finished, but the necessary bits to build these modules were not found:
_curses            _curses_panel      _dbm            
_gdbm              _tkinter           bz2
History
Date User Action Args
2012-09-06 09:41:48ezio.melottisetrecipients: + ezio.melotti, loewis, barry, doko, jcea, ncoghlan, christian.heimes, eric.araujo, skrah, sandro.tosi, rosslagerwall, python-dev
2012-09-06 09:41:48ezio.melottisetmessageid: <1346924508.08.0.182552351449.issue11715@psf.upfronthosting.co.za>
2012-09-06 09:41:47ezio.melottilinkissue11715 messages
2012-09-06 09:41:47ezio.melotticreate