On Sun, 20 Jun 2010 13:25:27 +0200, detlev <[email protected]> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
