PyQt module issues, Licence ID 01-015125

Phil Thompson phil at riverbankcomputing.com
Mon Mar 6 17:49:00 GMT 2023


On 06/03/2023 06:36, Alexios Sarantis wrote:
> Licence ID 01-015125
> 
> Hello, I have a question about the PyQt5 module.
> 
> I have downloaded the PyQt5-commercial and PyQtChart-commercial
> modules. When I installed them, they also downloaded PyQt5-Qt5 and
> PyQtChart-Qt5, which are licensed under GPL v3.
> 
> How can I solve this issue? We cannot use GPL-licensed modules in our
> organization.
> 
> That’s the output of licences after installation:
> 
> Name                                  Version  License
>  PyQt5-Qt5                        5.15.2   LGPL v3
>  PyQt5-commercial         5.15.8   Riverbank Commercial License
>  PyQt5-sip                          12.11.1  SIP
>  PyQtChart-Qt5                 5.15.2   GPL v3
>  PyQtChart-commercial  5.15.5   Riverbank Commercial License

You need to use pyqt-bundle to bundle a copy of your commercial QtCharts 
with the PyQtChart-commercial wheel. See...

https://www.riverbankcomputing.com/static/Docs/PyQt-builder/pyqtbundle.html

Phil


More information about the PyQt mailing list