<div dir="ltr">My first attempt has been download and extract this <a href="https://www.riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla_gpl-2.9.2.dev1603251547.zip">qscintilla sources</a> and then:<div><br></div><div>- qmake <a href="http://qscintilla.pro">qscintilla.pro</a></div><div>- nmake</div><div><br></div><div>That has generated qscintilla2.dll... which is not enough for python... then I've seen there is a python folder with a configure.py, so I've activated my python3.4 venv with pyqt5 and i've just done:</div><div><br></div><div>- python configure.py , but this is saying Error: Unable to import PyQt4.QtCore. Make sure PyQt4 is installed.</div><div><br></div><div>So I'm stuck at this step... hopefully somebody will explain me how to use QScintilla with pyqt5</div><div><br></div><div>Thx</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 7, 2016 at 1:27 PM, Scener Spanish <span dir="ltr"><<a href="mailto:spscener84@gmail.com" target="_blank">spscener84@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>recently I've been able to build PyQt5 (<a href="https://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5_gpl-5.6.dev1604061336.zip" target="_blank">https://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5_gpl-5.6.dev1604061336.zip</a>) on windows7/vs2013 but then when I tried to start using QScintilla I've realized is not available,</div><div><br></div><div><div>>>> from PyQt5.Qsci import QsciScintilla</div><div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div><div>ImportError: No module named 'PyQt5.Qsci'</div></div><div><br></div><div>While with PyQt4 that import used to work, so... I guess I need to build from QScintilla sources <a href="https://www.riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla_gpl-2.9.2.dev1603251547.zip" target="_blank">https://www.riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla_gpl-2.9.2.dev1603251547.zip</a> but I'm not very sure how to do it?</div><div><br></div><div>Any help will be well received.</div><div><br></div><div>Regards</div></div>
</blockquote></div><br></div>