show/hide this revision's text 2 added 100 characters in body

While Qt's API is probably cleaner than wx, it does have the license problem. What if you want to use your code for work ? Qt doesn't allow that without the payment. Besides, the wx API is mature and works well on all platforms. The Python interface (wxPython) is well-supported and wraps the library tightly, allowing you to consult the wxWidgest documentation in your Python scripts. There's also a great book - "wxPython in action".

I've succeessfully used wxPython in conjunction with py2exe for creating stand-alone executables that look very professional and are fast and responsive.

Edit: These days Qt is no longer GPL only, so the license problem is gone.

show/hide this revision's text 1

While Qt's API is probably cleaner than wx, it does have the license problem. What if you want to use your code for work ? Qt doesn't allow that without the payment. Besides, the wx API is mature and works well on all platforms. The Python interface (wxPython) is well-supported and wraps the library tightly, allowing you to consult the wxWidgest documentation in your Python scripts. There's also a great book - "wxPython in action".

I've succeessfully used wxPython in conjunction with py2exe for creating stand-alone executables that look very professional and are fast and responsive.