Dialog boxes in curses

Thorsten Kampe thorsten at thorstenkampe.de
Sat Aug 13 13:43:13 EDT 2011


* fab at slick.airforce-one.org (13 Aug 2011 15:21:01 GMT)
> I want to have dialog boxes (a message with Yes/No/Cancel options,
> possibly with keyboard accels) in python + curses.

Use Python Dialog[1] which is basically a wrapper for dialog boxes 
around ncurses.

Thorsten
[1] http://pythondialog.sourceforge.net/



More information about the Python-list mailing list