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
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor