[PyQt] plugin "pyqt5qmlplugin" not found

Phil Thompson phil at riverbankcomputing.com
Thu Feb 9 14:20:30 GMT 2017


On 2 Feb 2017, at 3:46 pm, Cody Scott <cody at perspexis.com> wrote:
> 
> I get the same error after I installed for Python3. With the python3 path
> 
> ImportError: PyCapsule_Import could not import module "sip"
> 
> Traceback (most recent call last):
>   File "/home/siecje/Downloads/PyQt5_gpl-5.8.dev1702011549/examples/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.py", line 41, in <module>
>     from PyQt5.QtQml import qmlRegisterType, QQmlExtensionPlugin
> ImportError: /usr/lib/python3/dist-packages/PyQt5/QtQml.so: undefined symbol: PyExc_RuntimeError
> 
> file:///home/siecje/Downloads/PyQt5_gpl-5.8.dev1702011549/examples/quick/tutorials/extending/chapter6-plugins/app.qml:42 module "Charts" is not installed

Should be fixed in tonight's snapshot. You may need to set LD_LIBRARY_PATH.

Phil


More information about the PyQt mailing list