Choosing GUI Module for Python
Dave Cook
davecook at nowhere.net
Mon Nov 9 14:55:35 EST 2009
On 2009-11-09, Antony <anthoniraja at gmail.com> wrote:
> 1. PyGTK
> 2. PyQT
> 3. PySide
> 4. wxPython
> 5 . TKinter
For cross-platform work, I'd choose either PyQt or wxPython.
If you're not too worried about the dual license, I find PyQt the best
combination of ease of use and features, particularly when used with
Qt Designer.
For commercial work, I'd use wxPython, which has a very liberal
license. It's fairly featureful, but not very pleasant to use.
Dave Cook
More information about the Python-list
mailing list