* 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/