Comment 3 for bug 1391056

Revision history for this message
Davy39 (davy39) wrote :

Sorry i made a mistake in previous post, the complete build instruction is (I forgot -d /usr/lib/python3/dist-packages/PyQt5) :

#Build PyQt5.qsci from sources
sudo apt-get sources python3-pyqt5.qsci
cd qscintilla2-2.8.3+dfsg/Python
python3 configure.py --pyqt=PyQt5 -q /usr/lib/x86_64-linux-gnu/qt5/bin/qmake -d /usr/lib/python3/dist-packages/PyQt5
make
sudo make install