[PyQt] Strange error with latest PyQt4 snapshot
Phil Thompson
phil at riverbankcomputing.com
Thu Jul 1 14:53:52 BST 2010
On Sun, 20 Jun 2010 13:25:27 +0200, detlev <detlev at die-offenbachs.de>
wrote:
> 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.
Should be fixed in tonight's PyQt snapshot.
Thanks,
Phil
More information about the PyQt
mailing list