[PyQt] PyQt 5.7 missing libraries for Qt Quick Controls 2
Phil Thompson
phil at riverbankcomputing.com
Sat Sep 10 11:28:51 BST 2016
On 10 Sep 2016, at 8:52 am, J-P Nurmi <jpnurmi at qt.io> wrote:
>
> Hi,
>
> The PyQt 5.7 package (PyQt5-5.7-cp35-cp35m-manylinux1_x86_64.whl) is missing libQt5QuickTemplates2.so and libQt5QuickControls2.so. The QML plugins and files are there, but the dependent libraries are missing, so it is not possible to run Qt Quick Controls 2 applications:
>
> $ virtualenv -p /usr/bin/python3.5 .
> $ source bin/activate
> $ ldd lib/python3.5/site-packages/PyQt5/Qt/qml/QtQuick/Controls.2/libqtquickcontrols2plugin.so
> [...]
> libQt5QuickTemplates2.so.5 => not found
> libQt5QuickControls2.so.5 => not found
> [...]
>
> http://stackoverflow.com/questions/39410243/qtquickcontrols-2-0-with-pyqt5
Should be in the next release.
Thanks,
Phil
More information about the PyQt
mailing list