<div dir="ltr"><pre>><i> 
</i>><i> Currently I am trying to compile PyQt5 on Debian on a BeagleBone. All 
</i>><i> works so far (after a few modifications...) but QtQml module does not
</i>load.
><i> It gives me the following error: 
</i>><i> ImportError: /usr/local/lib/python2.7/dist-packages/PyQt5/QtQml.so: 
</i>><i> undefined symbol: _ZN11QQmlPrivate10createIntoI13QPyQmlObject5EEvPv
</i>><br><br></pre><pre><i>I've got the same problem in Sailfish's SDK on x86:<br><br>>>> from PyQt5 import QtQml  <br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>
ImportError: /usr/lib/python2.7/site-packages/PyQt5/QtQml.so:<br>undefined symbol: _ZN11QQmlPrivate10createIntoI13QPyQmlObject5EEvPv<br><br></i></pre><pre><i>This is on Wayland if that could mean anything. The QtCore, QtGui and<br>
QtWidgets modules seem to work just fine though.</i></pre><pre><i>Greets Jens<br><br></i></pre></div>