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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to