[issue17704] ImportError: No module named '_curses'

2013-08-02 Thread Ned Deily
Changes by Ned Deily : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue17704] ImportError: No module named '_curses'

2013-04-12 Thread Ned Deily
Ned Deily added the comment: Usually this kind of problem is caused by not having the necessary developer package of ncurses installed when building Python. The dev package includes the header files necessary for Python's curses module to build and link with libncurse{,w}. When you build Pyt

[issue17704] ImportError: No module named '_curses'

2013-04-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: In general, 'Is this a bug' is better asked on python-list. In this particular case, I strongly suggest that. I have no idea which developer I might refer this to, and I am sure you will get a response from a 3.3 on linux user on the mailing list who will comp

[issue17704] ImportError: No module named '_curses'

2013-04-12 Thread Marco Buttu
New submission from Marco Buttu: Right now I downloaded and installed Python 3.3.1 on Linux Mint 14, with Cinnamon: $ uname -a Linux buttu-oac 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux $ python3.3 Python 3.3.1 (default, Apr 12 2013, 16:24:16)