<div dir="ltr"><div>Just in case, I added the dir with libpython3.5m.so.1.0 in it to /etc/ld.so.conf (rather than using LD_LIBRARY_PATH), but I get the same error.</div><div><br></div><div><div>I also confirmed (with scanelf) that the PyExc_RuntimeError symbol *should* be available in libpython3.5m.so.1.0, so I really don't know what is going on here.</div></div><div><br></div><div>I'm pretty much unable to dig further here due to being at the edge of my knowledge of how this all fits together.  Any help would be appreciated on where else I can dig in order to make this <span style="font-family:monospace,monospace">QQmlExtensionPlugin</span> work.<div><br></div></div><div><div><font face="monospace, monospace">$ scanelf -l -s PyExc_RuntimeError | grep PyExc_RuntimeError</font></div><div><font face="monospace, monospace">ET_DYN PyExc_RuntimeError /home/russ/miniconda3/envs/qtclient/lib/<b><font color="#ff0000">libpython3.5m.so.1.0</font></b> </font></div><div><font face="monospace, monospace">ET_DYN PyExc_RuntimeError /usr/lib/x86_64-linux-gnu/libboost_python-py27.so.1.55.0 </font></div><div><font face="monospace, monospace">ET_DYN PyExc_RuntimeError /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 </font></div><div><font face="monospace, monospace">ET_DYN PyExc_RuntimeError /usr/lib/x86_64-linux-gnu/libpython3.4m.so.1.0 </font></div><div><font face="monospace, monospace">ET_DYN PyExc_RuntimeError /usr/lib/x86_64-linux-gnu/libboost_python-py34.so.1.55.0 </font></div><div><font face="monospace, monospace">$ QML2_IMPORT_PATH=. qmlscene app.qml</font></div><div><font face="monospace, monospace">ImportError: PyCapsule_Import could not import module "sip"</font></div><div><font face="monospace, monospace">Traceback (most recent call last):</font></div><div><font face="monospace, monospace">  File "/home/russ/code/PyQt5_gpl-5.7.1/examples/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.py", line 41, in <module></font></div><div><font face="monospace, monospace">    from PyQt5.QtQml import qmlRegisterType, QQmlExtensionPlugin</font></div><div><font face="monospace, monospace">ImportError: /home/russ/miniconda3/envs/qtclient/lib/python3.5/site-packages/PyQt5/QtQml.so: <b><font color="#ff0000">undefined symbol: PyExc_RuntimeError</font></b></font></div><div><font face="monospace, monospace">file:///home/russ/code/PyQt5_gpl-5.7.1/examples/quick/tutorials/extending/chapter6-plugins/app.qml:42 module "Charts" is not installed</font></div></div><div><br></div><div>Thanks,</div><div>Russ</div><div class="gmail_extra">
</div></div>