<span class="value"><span class="pBody postableBody">Hello:<br><br>I am 
trying to install pyQT on suse linux ( 11 sp1) . I have already 
installed Qt. When I run configure.py in the PyQt folder, I get the 
following error message:<br><br>---------------------------------------------------------------------------------------------------------------<br></span></span><span style="font-family: courier new,monospace;" class="value"><span class="pBody postableBody"><pre id="codeSnippet3397033" class="notpretty">
suse:~/Desktop/linux/PyQt-x11-gpl-4.8.1 # python configure.py<br>Determining the layout of your Qt installation...<br>This is the GPL version of PyQt 4.8.1 (licensed under the GNU General Public<br>License) for Python 2.7 on linux2.<br>
<br>Type '2' to view the GPL v2 license.<br><br>Type '3' to view the GPL v3 license.<br><br>Type 'yes' to accept the terms of the license.<br><br>Type 'no' to decline the terms of the license.<br>
<br><br><br>Do you accept the terms of the license? yes<br><br>Checking to see if the QtGui module should be built...<br><br>Checking to see if the QtHelp module should be built...<br><br>Checking to see if the QtMultimedia module should be built...<br>
<br>Checking to see if the QtNetwork module should be built...<br><br>Checking to see if the QtDeclarative module should be built...<br><br>Checking to see if the QtOpenGL module should be built...<br><br>Checking to see if the QtScript module should be built...<br>
<br>Checking to see if the QtScriptTools module should be built...<br><br>Checking to see if the QtSql module should be built...<br><br>Checking to see if the QtSvg module should be built...<br><br>Checking to see if the QtTest module should be built...<br>
<br>Checking to see if the QtWebKit module should be built...<br><br>Checking to see if the QtXml module should be built...<br><br>Checking to see if the QtXmlPatterns module should be built...<br><br>Checking to see if the phonon module should be built...<br>
<br>Checking to see if the QtAssistant module should be built...<br><br>Checking to see if the QtDesigner module should be built...<br><br>Checking to see if the dbus support module should be built...<br><br>DBus v1 does not seem to be installed.<br>
<br>Qt v4.7.0 free edition is being used.<br><br>SIP 4.11.2 is being used.<br><br>The Qt header files are in /opt/qtsdk-2010.05/qt/include.<br><br>The shared Qt libraries are in /opt/qtsdk-2010.05/qt/lib.<br><br>The Qt binaries are in /opt/qtsdk-2010.05/qt/bin.<br>
<br>The Qt mkspecs directory is in /opt/qtsdk-2010.05/qt.<br><br>These PyQt modules will be built: QtCore, QtHelp, QtMultimedia, QtNetwork,<br><br>QtDeclarative, QtScript, QtScriptTools, QtSvg, QtTest, QtWebKit, QtXml,<br>
<br>QtXmlPatterns, phonon, QtDesigner.<br><br>The PyQt Python package will be installed in<br><br>/usr/local/lib/python2.7/site-packages.<br><br>PyQt is being built with generated docstrings.<br><br>PyQt is being built with 'protected' redefined as 'public'.<br>
<br>The Designer plugin will be installed in<br><br>/opt/qtsdk-2010.05/qt/plugins/designer.<br><br>The PyQt .sip files will be installed in /usr/local/share/sip/PyQt4.<br><br>pyuic4, pyrcc4 and pylupdate4 will be installed in /usr/local/bin.<br>
<br>Generating the C++ source for the QtCore module...<br><br>Creating the Makefile for the QtCore module...<br><br>Generating the C++ source for the QtDeclarative module...<br><br>sip: /root/Desktop/linux/PyQt-x11-gpl-4.8.1/sip/QtGui/qabstracttextdocumentlayout.sip:1: syntax error<br>
<br>Error: Unable to create the C++ code.<br></pre></span></span><br>