What is the best Python GUI API?

James Harris james.harris.1 at googlemail.com
Thu Nov 13 14:23:12 EST 2008


On 13 Nov, 18:59, Stef Mientki <stef.mien... at gmail.com> wrote:
> Abah Joseph wrote:
> >  What is the best Python GUI API? I am planning to start my first GUI
> > application and I need something easy and cross platform. Qt
> > applications look beautiful but I hate the license. What do you advice?
>
> I agree about the Qt-license,
> and I'm now a happy wxPython user.

I too have had good results with wxwidgets when developing a GUI. The
cross-platform native look and feel was a major benefit from my point
of view allowing screens to "look native" under different OSs with no
code changes.

--
James



More information about the Python-list mailing list