Which GUI?

Fredrik Lundh effbot at telia.com
Thu Feb 17 13:28:57 EST 2000


J.C.Travers <J.C.Travers at durham.ac.uk> wrote:
> No, I've tried Tkinter, PyQT, wxPython, some pyGTK. What I really meant
> was that in terms of the usual quality of interfaces to python modules,
>
> Tkinter is the worst I have seen.

you mean

    widget = WidgetFactory(master, options...)
    widget.manager(geometry options)

is the worst GUI interface you've seen?  that's
a rather unusual attitude.  please elaborate.

</F>





More information about the Python-list mailing list