workaround for generating gui tools

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Sat Apr 9 13:09:46 EDT 2005


Harlin Seritt wrote:
> Benedict,
> 
> Best to hand-code your code ;-) -- even GUI. This is kind of why I like
> Tkinter so much. Good luck.

Have to disagree strongly.

It's evil anyway (for more complex applications) to put GUI construction
in your code. GUI should be described appropriately in data files.

Glade does this very good, and with pygtk it's no problem to use the XML files.

Reinhold



More information about the Python-list mailing list