On Aug 3, 1:00 am, "wang frank" <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list