As many others had encountered, when I import the curses module under Windows, I got
ImportError: No module named '_curses'
Search "curses" on the Pypi returns plenty of related packages. Which one should I use? Is this package still valid on usage? Any comment will be appreciated.
--Jach