>* *>* Currently I am trying to compile PyQt5 on Debian on a BeagleBone. All 
>*>* works so far (after a few modifications...) but QtQml module does not*load.
>* It gives me the following error: *>* ImportError: 
>/usr/local/lib/python2.7/dist-packages/PyQt5/QtQml.so: *>* undefined symbol: 
>_ZN11QQmlPrivate10createIntoI13QPyQmlObject5EEvPv*>

*I've got the same problem in Sailfish's SDK on x86:

>>> from PyQt5 import QtQml
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/lib/python2.7/site-packages/PyQt5/QtQml.so:
undefined symbol: _ZN11QQmlPrivate10createIntoI13QPyQmlObject5EEvPv

*

*This is on Wayland if that could mean anything. The QtCore, QtGui and
QtWidgets modules seem to work just fine though.*

*Greets Jens

*
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to