qt, gtk, wx for py3 ?

Mike Driscoll kyosohma at gmail.com
Tue Mar 3 15:43:46 EST 2009


On Mar 3, 1:15 pm, Scott David Daniels <Scott.Dani... at Acm.Org> wrote:
> Peter Billam wrote:
> > I've been trying (newbie warning still on) tkinter with python3.0,
> > and I'm getting to that stage where I'm beginning to think there
> > must be a better a way to do this...  But I'm unsure if the
> > big names Qt, Gtk and Wx are available for Py3 yet - e.g.
> >http://pypi.python.org/pypi?:action=browse&c=533&show=alldoesn't
> > seem to show any... What's the gossip on these toolkits for Py3 ?
>
> Well, here are my biases (you will only get biased answers, because
> this is clearly a taste question).
>
> Tkinter: solid, well-established (hence fairly stable), relatively
>          well-documented, comprehensible in a "from the roots" way.
>
> Wx: a lot of mileage, looks best of the machine-independent packages
>      across a raft of systems (does native interaction well), not so
>      well-documented, but has a plethora of examples, comprehensible
>      in a "grab and modify" way.
>
> Qt: simplest model, well-documented, until very recently not available
>      on Windows w/o a restrictive license or substantial cost.
>
> --Scott David Daniels
> Scott.Dani... at Acm.Org

It should be noted that the port for 3.0 hasn't started yet for
wxPython and I'm not seeing anything about a port for PyQt either on
their website.

When I started out with Tkinter, I didn't find the docs to be any
better than what I found in wxPython. Each toolkit has it's own ups
and downs. I would recommend trying them until you find something you
like.

Mike



More information about the Python-list mailing list