[PyQt] Next Releases of PyQt and SIP

Phil Thompson phil at riverbankcomputing.com
Fri Oct 16 09:56:58 BST 2009


On Fri, 16 Oct 2009 17:51:21 +0900, INADA Naoki <songofacandy at gmail.com>
wrote:
> To reproduce.
> 
> class _Base:
>   def foo(self):
>     self.setWindowTitle('foo')
> 
> class MyWindow(QWindow, _Base):
>     def __init__(self):
>         QWindow.__init__(self)
>         self.setWindowTitle()
> 
> To avoid segfault:
> 
> class _Base(object):
> 
> Can't PyQt detect multiple inheritance from old-style class?

As I said, all bug reports have been fixed. However the point is for you to
prove it for yourself by testing with the current snapshots.

Phil


More information about the PyQt mailing list