[PyQt] Regression problem with SIP

Phil Thompson phil at riverbankcomputing.com
Sat Jun 27 22:54:37 BST 2009


On Sat, 27 Jun 2009 22:42:17 +0200, Mitar <mmitar at gmail.com> wrote:
> Hi!
> 
> On Sat, Jun 27, 2009 at 5:15 PM, Phil
> Thompson<phil at riverbankcomputing.com> wrote:
>>> And they contain sip files on which newer SIP versions fail.
> 
> I have been testing it further and have discovered that even with
> 4.7.7 version it fails. And this is strange as I have installed Qwt 4
> on a system (with SIP 4.7.7 version) before (I just do not know which
> version of Qwt 4 was). And I have compared sip files on that system
> (sip files which have been installed together with Qwt 4) with current
> version of Qwt 4 sip files and they are the same. So something does
> not add up.
> 
>> Looks like you just need to comment out the line in QwtModule.sip that
>> includes common/QwtMemArray.sip
> 
> But will not this remove some necessary interface/API/function calls?
> So that Qwt will compile but it will blow up at runtime?

The code is already part of PyQt - that's why there was an error message.

Phil


More information about the PyQt mailing list