PyQt6/QScintilla issue

Phil Thompson phil at riverbankcomputing.com
Thu May 20 14:30:27 BST 2021


On 17/05/2021 16:03, Detlev Offenbach wrote:
> Hello,
> 
> in the eric editor component, which is based on QScintilla I have
> aline of code like
> 
> self.SCN_MODIFIED.connect(self.__modified)
> 
> with
> 
>     def __modified(self, pos, mtype, text, length, linesAdded, line, 
> foldNow,
>                    foldPrev, token, annotationLinesAdded):
> 
> In PyQt5 QScintilla that works fine. However, with PyQt6 I am getting
> this error message.
> 
> C++ type 'const char*' is not supported as a signal argument type
> 
> What has changed here and how should my code be changed?

Should be fixed in the next PyQt6 snapshot.

Thanks,
Phil


More information about the PyQt mailing list