[PyQt] Strange error with latest PyQt4 snapshot
detlev
detlev at die-offenbachs.de
Sun Jun 20 12:25:27 BST 2010
Hi,
I just upgraded to latest PyQt4 snapshot and got the following error while
executing this lines of code
self.__index = self.__engine.indexWidget()
self.__index.installEventFilter(self)
self.__engine is a QHelpEngine and self.__index is a QHelpIndexWidget.
The error is:
<class 'TypeError'>:
type 'QMap<QString' is not supported as a native Qt signal type
What has changed here? The code works fine with latest stable PyQt4.
Regards,
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list