Missing modules compiling python3.3

mm0fmf none at mailinator.com
Sun Nov 4 09:56:20 EST 2012


Giacomo Alzetta wrote:
> I'm trying to compile python3.3 on my (K)ubuntu 12.04, but some modules are missing.
> 
> In particular when doing make test I get:
> 
> Python build finished, but the necessary bits to build these modules were not found:
> _bz2               _curses            _curses_panel   

You haven't installed the development headers for those modules giving 
errors.

So for curses you'll need to install libncurses5-dev, lzma-dev etc. 
Sorry, I can't remember the package names as it's a while since I did this.

Andy



More information about the Python-list mailing list