[Tutor] Curses Module
Tim Golden
mail at timgolden.me.uk
Mon May 16 10:06:47 EDT 2016
On 15/05/2016 22:45, Rosen, Brian - 2016 wrote:
> To Whom it May Concern,
>
>
> I am a high school student currently enrolled in an Intro to Computer
> Programming Class. In my current assignment, I would like to import
> the curses module into either Python 2.7 or Python 3.4. However,
> whenever I attempt to import it, there is an Import Error that states
> "No module named '_curses'.
Assuming you're on Windows, you'll need to download a 3rd party curses
module, such as:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
and install it via pip.
TJG
More information about the Tutor
mailing list