<div dir="ltr"><div>I'm trying to use a Python type with qmlscene.</div><div><br></div><div><a href="http://pyqt.sourceforge.net/Docs/PyQt5/qml.html#writing-python-plugins-for-qmlscene">http://pyqt.sourceforge.net/Docs/PyQt5/qml.html#writing-python-plugins-for-qmlscene</a><br></div><div><br></div>I'm trying to run the example from `examples/quick/tutorials/extending/chapter6-plugins/`<div><br></div><div><br><div><div>$ QML2_IMPORT_PATH=. ~/Qt/5.7/gcc_64/bin/qmlscene app.qml</div><div>file:///path/to/app.qml:42 module "Charts" plugin "pyqt5qmlplugin" not found</div></div><div><br></div><div>It appears I do have the pyqt5qmlplugin.<br></div><div><br></div><div>$ ls ~/Qt/5.7/gcc_64/plugins/PyQt5/</div><div>libpyqt5qmlplugin.so*</div><div><br></div></div><div><br></div></div>