[Tutor] howto install a "curses" lib on win7

eMyListsDDg emylistsddg at gmail.com
Sat Oct 28 01:10:12 EDT 2017


on a win7 system with python ver=2.7.14,  a python script i'm trying to utilize returns : 

#-----------------------------------------------------------------

Traceback (most recent call last):
  File "salamandra.py", line 16, in <module>
    import curses
  File "c:\python27\lib\curses\__init__.py", line 15, in <module>
    from _curses import *
ImportError: No module named _curses

#-----------------------------------------------------------------


if this machine was running linux probably wouldn't be an issue, but on Win7 how can i get a 'curses' lib installed so this script runs?

tia













More information about the Tutor mailing list