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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to