GUI Frameworks in Python?

Josiah Carlson jcarlson at uci.edu
Wed Mar 31 15:06:15 EST 2004


> GUI's seem to be more like documents than programs, so I wonder why
> we're not considering more declarative type interface builders.  Is
> there such a thing,  maybe that writes out a standard specification
> file instead of code?  If it were XML, you could write a XSL filter to
> make the all the modifications you needed to accomodate a different
> platform.

Dude, you should really check out the wxXMLResource and 
wxXMLResourceHandler.  I don't use XML to write GUIs, but if I did, 
those would be my savior.

Download the wxPython demo and give it a look.

  - Josiah



More information about the Python-list mailing list