<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I recently ran into an error while starting my QGIS application. Based
on the errors below, I
assume this is after I manually updated my SIP libraries to version
9.10.<br>
At startup of QGIS an error is displayed saying that Python cannot be
started and will be disabled.<br>
The following detail is added to the error:<br>
<br>
<i>RuntimeError: the sip module implements API v7.0 to v7.1 but the
PyQt4.QtCore module requires API v6.0</i><br>
<br>
This error also prevents me from re-building and installing QGIS from
source. The same error displays at 93% of insalling:<br>
<p><i> File “/usr/bin/pyuic4″, line 3, in<br>
import PyQt4.uic.pyuic<br>
File “/usr/lib/pymodules/python2.6/PyQt4/uic/pyuic.py”, line 4, in<br>
from PyQt4 import QtCore<br>
RuntimeError: the sip module implements API v7.0 to v7.1 but the
PyQt4.QtCore module requires API v6.0<br>
</i><br>
</p>
<p>I’ve tried removing SIP completely and downloading the QGIS
dependencies from scratch, but the error persists.<br>
</p>
Any suggestions on what I should do?<br>
<br>
I am running Ubuntu 9.10 32bit<br>
<br>
Thanks<br>
<br>
James<br>
</body>
</html>