[PyQt] PyQt5 on Debian Wheezy for ARM
Jens Persson
xerxes2 at gmail.com
Tue Oct 8 13:05:01 BST 2013
>* *>* 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
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20131008/2f3b487a/attachment.html>
More information about the PyQt
mailing list