I want to develop a GUI in python
for my company in order to sell it to the customer.
Being fresh from the university where I used pyQt
, I promptly started programming using that library, just to discover the fact that it is under GNU GPL, making it unusable for my purpose.
Searching in the web for an alternative, I encountered a similar question where they suggest to use PySide, being it completely free and under a different license.
At this point, I have a few questions:
pyQt has another option: the commercial license. My company is ok paying a little amount of money (like 500$) but then do we need to pay for Qt also?
PySide is under LGPL, does this mean that I can sell my programs without having to make my code open source? (even if pyside uses qt itself)
I started using PySide2 instead of PySide, is there any difference related to the license topic?