pyqt v3.* and v4.*

Phil Thompson phil at riverbankcomputing.co.uk
Tue May 2 08:11:20 EDT 2006


On Tuesday 02 May 2006 1:01 pm, Skink wrote:
> Hi,
>
> Is it possible to have both versions of pyqt (in my case 3.14.1 and 4.0)?

Yes - but not that version of PyQt3.

> Version 3 is built using sip 4.2.1, version 4 is built using sip 4.4.3
>
> When I run pyqt 4.0 (but with installed sip 4.2.1) I get:
>
> from PyQt4 import QtCore, QtGui
> TypeError: invalid argument to sipBadCatcherResult()
>
> When I run pyqt 3.14 (but with installed sip 4.4.3) I get:
>
> import qt
> Segmentation fault
>
>
> Both 3.14 and 4.0 work, but not when installed together.

Install the latest versions of PyQt3 and SIP.

Phil



More information about the Python-list mailing list