<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">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">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>