Re: [PyQt] Strange error with latest PyQt4 snapshot

2010-07-01 Thread Phil Thompson
On Sun, 20 Jun 2010 13:25:27 +0200, detlev det...@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)

[PyQt] Strange error with latest PyQt4 snapshot

2010-06-20 Thread detlev
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: