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

2017-10-28 Thread eMyListsDDg
i had found this one "curses-2.2-cp27-none-win_amd64.whl" at www.lfd.uci.edu/~gohlke/pythonlibs/#curses , used pip to install. earlier pip attempts failed, but that was me/user typo error i realized after your reply. got the syntax correct for pip and the .whl installed. i put link above incase

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

2017-10-28 Thread Alan Gauld via Tutor
On 28/10/17 06:10, eMyListsDDg wrote: > on Win7 how can i get a 'curses' lib installed so this script runs? Do a Google search for windows curses, there are at least a couple of options. I've no experience of how well they work however because... ...as a last resort, install cygwin and use the

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

2017-10-27 Thread eMyListsDDg
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 import curses File "c:\python27\lib\curses\__init__.py", lin