[PyQt] Stuff missing from PyQt4 installers

2010-06-19 Thread detlev
Hi Phil, I think, the Qt4 compressed help files of the qch directory are missing in the PyQt4 installers. The qch subdirectory should be located in the Doc directory parallel to the html directory. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

Re: [PyQt] Stuff missing from PyQt4 installers

2010-06-19 Thread Phil Thompson
On Sat, 19 Jun 2010 18:08:21 +0200, detlev det...@die-offenbachs.de wrote: Hi Phil, I think, the Qt4 compressed help files of the qch directory are missing in the PyQt4 installers. The qch subdirectory should be located in the Doc directory parallel to the html directory. The Qt docs

[PyQt] SIP Bug: virtual function wrapped twice due to deep inheritance from base class and ABC

2010-06-19 Thread Demetrius Cassidy
Basically I have a Listen() function in a derived class, that is also in the base and ABC. For some reason sip ends up wrapping the same function twice (it has a body in the ABC), even though it's a virtual function in all of the derived classes. If I comment out this function in the ABC,