[PyQt] Where is QScintilla & PyQt5?

Phil Thompson phil at riverbankcomputing.com
Thu Apr 7 12:42:37 BST 2016


On 7 Apr 2016, at 12:27 pm, Scener Spanish <spscener84 at gmail.com> wrote:
> 
> Hi,
> 
> recently I've been able to build PyQt5 (https://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5_gpl-5.6.dev1604061336.zip) on windows7/vs2013 but then when I tried to start using QScintilla I've realized is not available,
> 
> >>> from PyQt5.Qsci import QsciScintilla
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named 'PyQt5.Qsci'
> 
> While with PyQt4 that import used to work, so... I guess I need to build from QScintilla sources https://www.riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla_gpl-2.9.2.dev1603251547.zip but I'm not very sure how to do it?

http://pyqt.sourceforge.net/Docs/QScintilla2/

Phil


More information about the PyQt mailing list