Which curses version should I use under Windows
MRAB
python at mrabarnett.plus.com
Mon Jun 17 22:07:57 EDT 2019
On 2019-06-18 02:39, jfong at ms4.hinet.net wrote:
> 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.
>
I'd probably go for "windows-curses". Seems to install OK.
More information about the Python-list
mailing list