Hi, I'm getting this error with pyqt5 : https://bugs.archlinux.org/task/37381
Its happens with pyqt5 in the python(2.7) and python(3.3) interpreter
Board: Cubox-i4 arm v7 i.mx6 architecture
packages: pyqt5-common python-pyqt5 python2-pyqt5
these are the packages and versions:
extra/pyqt5-common 5.1.1-3 [installed]
Common PyQt files shared between python-pyqt5 and python2-pyqt5
extra/python-pyqt5 5.1.1-3 [installed]
A set of Python 3.x bindings for the Qt5 toolkit
extra/python2-pyqt5 5.1.1-3 [installed]
A set of Python 2.x bindings for the Qt5 toolki
error message on import modules from PyQt5
$this->bbcode_second_pass_code('', 'ImportError: /usr/lib/python3.3/site-packages/PyQt5/QtCore.so: undefined symbol: _ZN12QEasingCurve9setPeriodEf')
I had tried to download the source from:
http://pyqt.sourceforge.net/Docs/PyQt5/ ... ation.html
But I get an error when i tried to build it... I will try with the ABS latter.
I also tried to reinstall qt5 and python, PYTHONPATH seems to be in order.
I have LXDE desktop installed.