Curses for Win32?

Grzegorz Makarewicz mak at mikroplan.com.pl
Thu Feb 22 05:13:43 EST 2001


Adam Lock wrote:
> 
> I have a Python 2.0 program that uses Tkinter and curses for display. It
> works fine on Unix because there is a curses package but not on Win32
> because there isn't. Perversely even MacPython 2.0 has a curses package!
> 
> Does anyone know if a curses package exists for Win32? I would even be
> happy if it compiled but didn't function since I want will be using the
> Tkinter UI anyway.
> 

Not so complicated as ncurses but always better than nothing,
try standard module curses (from python 1.4.x) connected to pdcurses:

http://www.mikroplan.com.pl/~mak/python

mak





More information about the Python-list mailing list