aisk / pick

create curses based interactive selection list in the terminal
MIT License
734 stars 63 forks source link

windows issues #5

Closed m-trz closed 8 years ago

m-trz commented 8 years ago

I does not work on Windows systems. Curses module is not included in windows python distribution. https://docs.python.org/3.3/howto/curses.html

wong2 commented 8 years ago

hmm, I don't have a Windows system, the doc mentioned UniCurses, if you're interested you can try to include it in pick

wong2 commented 8 years ago

seems windows users can install curses from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses

hartwork commented 4 years ago

Related: #15