On Mon, 16 Feb 2009 13:53:48 +0100, Romuald Riem <[email protected]> wrote: > Hello, > > I've just installed the last stable version of sip (4.7.9) and PyQt > (4.4.4) on Mac OS 10.5.6. with the default options. > > When I try to run a program I've this error: > > Traceback (most recent call last): > File "debitSE-test.py", line 8, in <module> > from PyQt4 import QtCore, QtGui > RuntimeError: the sip module supports API v3.0 to v3.7 but the > PyQt4.QtCore module requires API v3.8
Looks like you have an older SIP module installed which is getting imported. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
