Re: Looking for a lazy gui

2008-10-01 Thread Ron Johnson
On 10/01/08 02:19, Mumia W.. wrote: On 09/30/2008 10:20 PM, John O'Hagan wrote: Hi Debianistas, 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

Re: Looking for a lazy gui

2008-10-01 Thread Mumia W..
On 09/30/2008 10:20 PM, John O'Hagan wrote: Hi Debianistas, 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).

Re: Looking for a lazy gui

2008-10-01 Thread T o n g
On Wed, 01 Oct 2008 06:22:22 +, T o n g wrote: > If python is not a must-have, and you want something even simpler, give > gtkdialog a try. If that is still not simple enough, install tk and try the following script: --- #! /bin/sh # -*- tcl

Re: Looking for a lazy gui

2008-09-30 Thread T o n g
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).

Re: Looking for a lazy gui

2008-09-30 Thread Ron Johnson
On 09/30/08 22:20, John O'Hagan wrote: Hi Debianistas, 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 w

Looking for a lazy gui

2008-09-30 Thread John O'Hagan
Hi Debianistas, 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 wan