pip3 install PyQt and QtWebEngine Linux (Debian types)
Rembrand at daxLAB
rembrand at daxlab.com
Wed Jul 14 13:15:45 BST 2021
Installing PyQt5 incl QtWebEngine on Linux Debian types (Mint/Ubuntu)
The last time I did install Qt and PyQt I did everything from scratch myself (downloaded all packages and compiled, Qt, PyQt and SIP).
Now I want for a change try to use the things like pip3 install PyQt5 .....
Works, execept for QtWebEngine since that does not come with the pip3 install.
Did I forgot something?
I installed PyQt5.QtWebEngine by apt-get but when I import I see that it needs Qt5-15 instead of the Mint/Ubuntu stock supplied Qt5-12.
How do you manage such? Everything from scratch? Or using ap-get only? Or a combi of apt-get and pip3-install?
Note:
The Qt5 libQt5WebEngine* libs are installed in the Linux OS and qmake is in my path.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210714/a9bc3c51/attachment.htm>
More information about the PyQt
mailing list