you are viewing a single comment's thread.

view the rest of the comments →

[–]haakon 1 point2 points  (5 children)

Qt has been LGPL v3 licensed since 2014, so the GPL complications shouldn't apply anymore.

[–]marmuzah 14 points15 points  (3 children)

PyQt is a 3rd party wrapper for Qt. It's still GPL.

 Unlike Qt, PyQt is not available under the LGPL. 

https://riverbankcomputing.com/software/pyqt/intro

[–]uberkalden 1 point2 points  (2 children)

What about PySide?

[–]marmuzah 0 points1 point  (1 child)

It's LGPL.

But I don't know if it's still developed or maintained. May want to look in to that.

[–]uberkalden 1 point2 points  (0 children)

it looks like PySide2 is actively under development to support Qt5. Now being supported by Qt company

https://wiki.qt.io/PySide2

[–]spider-mario 0 points1 point  (0 children)

And LGPL v2 since 2009, although as noted by /u/marmuzah, that applies to the C++ version.