Hi.  There's an error in the latest snapshot in
"examples/designer/plugins/widgets/highlightedtextedit.py"

Fix by doing this on line 133:

- index = text.indexOf(expression, start)
+ index = expression.indexIn(text, start)
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to