I
I
itmind2019-12-28 03:47:15
Python
itmind, 2019-12-28 03:47:15

Can I use PySide2 (Qt) for a commercial product?

Can I use PySide2 for a commercial product?

Qt has several licenses: GPL, LGPL, Commercial and I can't really understand which one is used in relation to Python.
In my application, I am going to use PySide2. Let's say I won't modify it, I'll just connect it as a library (via import). The software written will be either completely open source or partially closed and will be sold to commercial organizations.

Do I have to buy Qt licenses or can I use PySide2 for free (under the LGPL)? If I can use it for free, what are the requirements for my software distribution package?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
prrrrrrr, 2019-12-28
@prrrrrrr

PySide is a binding of the Python language to the Qt toolkit, compatible at the API level with PyQt. Unlike PyQt, PySide is available for free use in both open and closed, in particular commercial projects , since it is licensed under the LGPL. Wikipedia

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question