Phil Thompson wrote:
>
>
> Install the latest versions of PyQt3 and SIP.
Thanks Phil!
v4.0 & v3.16 work with sip 4.4.3 ;)
skink
--
http://mail.python.org/mailman/listinfo/python-list
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 g
Hi,
Is it possible to have both versions of pyqt (in my case 3.14.1 and 4.0)?
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()
Wh