[PyQt] Where is QScintilla & PyQt5?

Scener Spanish spscener84 at gmail.com
Thu Apr 7 12:27:05 BST 2016


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?

Any help will be well received.

Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160407/507f3efe/attachment.html>


More information about the PyQt mailing list