Hello, me again.<br><br>I sucessfully installed sip, but when I tried to install PyQt (typing &quot;python configure.py&quot;), all I got is:<br><br>Error: Failed to determine the layout of your Qt installation. Try again using<br>
the --verbose flag to see more detail about the problem.<br><br>When I type &quot;python configure.py --verbose&quot; I got next:<br><br>Determining the layout of your Qt installation...<br>/usr/bin/qmake -o <a href="http://qtdirs.mk">qtdirs.mk</a> <a href="http://qtdirs.pro">qtdirs.pro</a><br>
make -f <a href="http://qtdirs.mk">qtdirs.mk</a><br>g++ -c -pipe -Wall -W -O2 -g -pipe -m32 -march=i386 -mtune=pentium4  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/lib/qt-3.3/include -o qtdirs.o qtdirs.cpp<br>
qtdirs.cpp:1:17: QFile: No such file or directory<br>qtdirs.cpp:2:24: QLibraryInfo: No such file or directory<br>qtdirs.cpp:3:23: QTextStream: No such file or directory<br>qtdirs.cpp: In function `int main(int, char**)&#39;:<br>
qtdirs.cpp:7: error: `QFile&#39; was not declared in this scope<br>qtdirs.cpp:7: error: expected `;&#39; before &quot;outf&quot;<br>qtdirs.cpp:9: error: `outf&#39; was not declared in this scope<br>qtdirs.cpp:9: error: `QIODevice&#39; has not been declared<br>
qtdirs.cpp:9: error: `WriteOnly&#39; was not declared in this scope<br>qtdirs.cpp:9: error: `QIODevice&#39; has not been declared<br>qtdirs.cpp:9: error: `Truncate&#39; was not declared in this scope<br>qtdirs.cpp:9: error: `QIODevice&#39; has not been declared<br>
qtdirs.cpp:9: error: `Text&#39; was not declared in this scope<br>qtdirs.cpp:9: warning: unused variable &#39;outf&#39;<br>qtdirs.cpp:9: warning: unused variable &#39;WriteOnly&#39;<br>qtdirs.cpp:9: warning: unused variable &#39;Truncate&#39;<br>
qtdirs.cpp:9: warning: unused variable &#39;Text&#39;<br>qtdirs.cpp:12: error: `QTextStream&#39; was not declared in this scope<br>qtdirs.cpp:12: error: expected `;&#39; before &quot;out&quot;<br>qtdirs.cpp:14: error: `out&#39; was not declared in this scope<br>
qtdirs.cpp:14: error: `QLibraryInfo&#39; has not been declared<br>qtdirs.cpp:14: error: `QLibraryInfo&#39; has not been declared<br>qtdirs.cpp:14: error: `PrefixPath&#39; was not declared in this scope<br>qtdirs.cpp:14: error: `location&#39; was not declared in this scope<br>
qtdirs.cpp:15: error: `QLibraryInfo&#39; has not been declared<br>qtdirs.cpp:15: error: `QLibraryInfo&#39; has not been declared<br>qtdirs.cpp:15: error: `HeadersPath&#39; was not declared in this scope<br>qtdirs.cpp:16: error: `QLibraryInfo&#39; has not been declared<br>
qtdirs.cpp:16: error: `QLibraryInfo&#39; has not been declared<br>qtdirs.cpp:16: error: `LibrariesPath&#39; was not declared in this scope<br>qtdirs.cpp:17: error: `QLibraryInfo&#39; has not been declared<br>qtdirs.cpp:17: error: `QLibraryInfo&#39; has not been declared<br>
qtdirs.cpp:17: error: `BinariesPath&#39; was not declared in this scope<br>qtdirs.cpp:18: error: `QLibraryInfo&#39; has not been declared<br>qtdirs.cpp:18: error: `QLibraryInfo&#39; has not been declared<br>qtdirs.cpp:18: error: `DataPath&#39; was not declared in this scope<br>
qtdirs.cpp:19: error: `QLibraryInfo&#39; has not been declared<br>qtdirs.cpp:19: error: `QLibraryInfo&#39; has not been declared<br>qtdirs.cpp:19: error: `PluginsPath&#39; was not declared in this scope<br>qtdirs.cpp:21: error: `QT_VERSION&#39; was not declared in this scope<br>
qtdirs.cpp:22: error: `QT_EDITION&#39; was not declared in this scope<br>qtdirs.cpp:24: error: `QLibraryInfo&#39; has not been declared<br>qtdirs.cpp:24: error: `licensee&#39; was not declared in this scope<br>qtdirs.cpp:66: error: `qreal&#39; was not declared in this scope<br>
qtdirs.cpp:66: warning: unused variable &#39;qreal&#39;<br>qtdirs.cpp:7: warning: unused variable &#39;QFile&#39;<br>qtdirs.cpp:12: warning: unused variable &#39;QTextStream&#39;<br>qtdirs.cpp:14: warning: unused variable &#39;PrefixPath&#39;<br>
qtdirs.cpp:15: warning: unused variable &#39;HeadersPath&#39;<br>qtdirs.cpp:16: warning: unused variable &#39;LibrariesPath&#39;<br>qtdirs.cpp:17: warning: unused variable &#39;BinariesPath&#39;<br>qtdirs.cpp:18: warning: unused variable &#39;DataPath&#39;<br>
qtdirs.cpp:19: warning: unused variable &#39;PluginsPath&#39;<br>qtdirs.cpp:21: warning: unused variable &#39;QT_VERSION&#39;<br>qtdirs.cpp:22: warning: unused variable &#39;QT_EDITION&#39;<br>qtdirs.cpp:24: warning: unused variable &#39;licensee&#39;<br>
make: *** [qtdirs.o] Error 1<br><br>and so on.<br><br>I know that is probably some stupid mistake, like the last time.<br><br>I am using CentOs 4.4.<br><br>Thanks in advance!!!!<br>