best GUI toolkit for python: tkinter, wxPython or what?
Alex Martelli
aleax at aleax.it
Fri Oct 31 03:28:46 EST 2003
More information about the Python-list mailing list
Fri Oct 31 03:28:46 EST 2003
- Previous message (by thread): best GUI toolkit for python: tkinter, wxPython or what?
- Next message (by thread): best GUI toolkit for python: tkinter, wxPython or what?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Leo wrote: > well thanks for the answers. i might start with wxPython. is that a layer > about qt or what? "or what". wxPython interfaces to wxWindows which implements widgets as layers above some kind of "native" widgets (e.g. GTK on Linux). Qt (which you can use from Python via PyQt) is less layered (makes its own widgets) with all the attendants pro's and con's. Personally I prefer Qt in terms of looks and power (and Tkinter if your original specs had been true -- you did say that stability, ease and portability were the main criteria!), but wx is quite popular too (for example because you'll never need to pay for it, while for Qt you may need a license if you want to make/distribute non-GPL apps or Windows apps). Alex
- Previous message (by thread): best GUI toolkit for python: tkinter, wxPython or what?
- Next message (by thread): best GUI toolkit for python: tkinter, wxPython or what?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list