On Wed, Oct 26, 2016 at 11:39 AM, Dennis Lee Bieber <[email protected]> wrote: > Curses .... tends to not be available on Windows as M$ hasn't implemented a > compatible console driver.
The PDCurses library supports the Windows console. Christoph Gohlke distributes a curses extension module based on it: http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses -- https://mail.python.org/mailman/listinfo/python-list
