PyQt-x11-gpl-4.5.4, Install fails on Ubuntu 9.0.4. I am getting compile errors in qpycore_chimera.cpp.<br><br><br>PyQt-x11-gpl-4.5.4$ make<br>make[1]: Entering directory `/home/csmadmin/tools/PyQt-x11-gpl-4.5.4/qpy&#39;<br>
make[2]: Entering directory `/home/csmadmin/tools/PyQt-x11-gpl-4.5.4/qpy/QtCore&#39;<br>g++ -c -pipe -fno-strict-aliasing -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../qtsdk-2009.03/qt/mkspecs/linux-g++ -I. -I../../../../qtsdk-2009.03/qt/include/QtCore -I../../../../qtsdk-2009.03/qt/include/QtGui -I../../../../qtsdk-2009.03/qt/include -I/usr/include/python2.6 -I../../QtCore -I. -o qpycore_chimera.o qpycore_chimera.cpp<br>
qpycore_chimera.cpp: In member function ‘void (* Chimera::get_assign_helper() const)(void*, const void*)’:<br>qpycore_chimera.cpp:718: error: ‘struct _pyqt4ClassTypeDef’ has no member named ‘qt4_assign_func’<br>qpycore_chimera.cpp:726: error: ‘pyqt4MappedTypeDef’ was not declared in this scope<br>
qpycore_chimera.cpp:726: error: expected primary-expression before ‘)’ token<br>qpycore_chimera.cpp:726: error: expected `)&#39; before ‘_type’<br>make[2]: *** [qpycore_chimera.o] Error 1<br>make[2]: Leaving directory `/home/csmadmin/tools/PyQt-x11-gpl-4.5.4/qpy/QtCore&#39;<br>
make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/home/csmadmin/tools/PyQt-x11-gpl-4.5.4/qpy&#39;<br>make: *** [all] Error 2<br><br><br>Background:<br><br>First me: not new to Python, but am new to QT and PyQT (did some PyGTK)<br>
OS: Linux<br>Distribution:  Ubuntu 9.0.4<br>Python Version: 2.6<br><br>I am trying to download PyQT and go through some tutorials in hopes of using PyQT as our GUI API of choice in the near future.<br><br>I downloaded PyQT (PyQt-x11-gpl-4.5.4), which needed SIP. I downloaded and installed SIP (sip-4.9-snapshot-20090914, successfully).<br>
<br>I then found that I needed the QT SDK, so I downloaded and installed it as well (qtsdk-2009.03).<br><br>I put it on the path:  export PATH=${PATH}:/home/csmadmin/qtsdk-2009.03/qt/bin.<br><br>I then ran python configure.py in the PyQt-x11-gpl-4.5.4 dir.<br>
<br>I then ran make, when I got the above error message.<br><br>My guess is that I have the wrong version of SIP. I just grabbed the latest.<br><br>