py <[EMAIL PROTECTED]> wrote: > Looking for information on creating a GUI using a configuration file > (like an XML file or something). Also, how do you map actions (button > clicks, menu selections, etc) to the XML? > > Any other suggestions for building GUI's for Python projects...even > Jython.
If you're talking about simple "dialog" thing, where you ask question and users respond, then take a look at http://home.eol.ca/~parkw/index.html#gtk Also, you may want to look at Glade which spits out the layout in XML. But, for more intricate to-and-fro, use C and GTK+2. :-) -- William Park <[EMAIL PROTECTED]>, Toronto, Canada ThinFlash: Linux thin-client on USB key (flash) drive http://home.eol.ca/~parkw/thinflash.html BashDiff: Super Bash shell http://freshmeat.net/projects/bashdiff/ -- http://mail.python.org/mailman/listinfo/python-list