Indeed I've typed the code given with this message. I have the folowing Error :
" QsciLexerCustom.description() is abstract and must be overridden. "

What's wrong ?

I don't think the error message can be clearer - you need to reimplement
description() in your sub-class as described in the documentation.

Phil

I've tired to implement that :
=====================
   def description(self, style):
       print '(style)'
       print (style)
       return ''
=====================

Then numbers from 0 to 30 has been catched by the method. What is the meaning of this numbers ? Sorry for beeing such a newbie.

Christophe

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to