On November 13, 2016 11:07:12 AM EST, VA <b...@indigo.re> wrote:
>Package: python-pyqt5.qsci
>Version: 2.9.3+dfsg-3
>
>Since update of Qt to 5.7 in Debian, a basic program using Python 
>QScintilla segfaults:
>
>from PyQt5.QtWidgets import *
>from PyQt5.Qsci import *
>app = QApplication([])
>ed = QsciScintilla()
>ed.show()
>print(ed.text())
>app.exec_()
>
>Is this due to the qscintilla bindings not having been updated/rebuilt?

Yes.  That's part of the transition that's not yet done.

Scott K

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to