On Tue, 30 Sep 2008 22:47:05 -0500, Ron Johnson wrote: >> I recall stumbling upon a program in the Debian archive which was a >> simple GUI - a customisable row of buttons and text-boxes - and which >> could be hooked up to any script, as a shortcut to actually writing a >> gui (which i can't do). >> >> It would be perfect for a Python program I want my non-CLI-using >> colleagues to be able to use; problem is, I can't remember what it's >> called. >> >> Anyone out there remember? > > Probably not exactly what you were looking for, but > http://easygui.sourceforge.net/ might do what you want. > > Also, the python-dialog package might do what you want.
If python is not a must-have, and you want something even simpler, give gtkdialog a try. Ref: http://xpt.sourceforge.net/techdocs/language/gtkdialog/gtkde02- GtkdialogExamples/ e.g., http://xpt.sourceforge.net/techdocs/language/gtkdialog/gtkde02- GtkdialogExamples/ar01s06.html etc. HTH -- Tong (remove underscore(s) to reply) http://xpt.sourceforge.net/techdocs/ http://xpt.sourceforge.net/tools/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]