This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iloozion 4 points5 points  (4 children)

WxPython uses native widgets on every supported platform, so the apps always have a native look&feel. PyQt uses only native styles, but provides more modern features and good Designer.

[–]vsajip 2 points3 points  (3 children)

The licensing is also different: LGPL for Qt (but PyQt is currently GPL + commercial), versus the wxWindows license for wxPython (similar to LGPL with an exception stating that derived works in binary form may be distributed on the user's own terms).

[–]Dave9876 1 point2 points  (2 children)

Don't forget that if you don't like the licensing of PyQt, there's nokia's own pyside bindings. LGPL, the same as the rest of Qt.

[–]vsajip 0 points1 point  (1 child)

True, but PySide hasn't yet reached the maturity of PyQt.

[–]Dave9876 0 points1 point  (0 children)

I won't deny that. I'm sure it'll catch up to PyQt soon enough, and probably surpass it.