Re: [PyQt] bug in latest sip release

2011-06-23 Thread Phil Thompson
On Sat, 18 Jun 2011 16:58:43 +0100, Baz Walter wrote: > after recently upgrading sip, several applications that use treeviews > started producing a lot of errors like this: > > TypeError: expected 1 arguments, got 0 > > this is using: python 2.7.2, qt 4.7.3, sip 4.12.3, pyqt 4.8.4 > > the

[PyQt] bug in latest sip release

2011-06-18 Thread Baz Walter
after recently upgrading sip, several applications that use treeviews started producing a lot of errors like this: TypeError: expected 1 arguments, got 0 this is using: python 2.7.2, qt 4.7.3, sip 4.12.3, pyqt 4.8.4 the following test case demonstrates the problem: import sys from PyQt4 i