Tkinter or wxpython?

Glenn Hutchings zondo42 at googlemail.com
Fri Aug 3 02:28:25 EDT 2007


On Aug 3, 1:00 am, "wang frank" <f... at hotmail.co.jp> wrote:
> I want to build a GUI to execut python script. I found TKinter and
> wxpython. Which one is easier for a newbie? and which one is better?

Well, Tkinter comes with Python, so newbies can get up and running
straight away without having to download and install anything else.
And there are probably lots more examples out there that a newbie can
look at and learn from.  As for *better*, wxPython has a lot more
kinds of widgets in it, which will make writing GUIs less tedious in
the long run, and the widgets look a lot nicer too.

Glenn




More information about the Python-list mailing list