<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Iget the following message when installing PyQt on Redhat Linux 7.0.
There error is in the make install step of the build process it is:
<p>make[3]: Entering directory `/projects/components/pyqt/private/pyqt/qt'
<br>(cd /tmp; PYTHONPATH=/projects/components/python/linux/lib/python2.1/site-packages:/projects/components/python/linux/lib/python2.1/site-packages
/projects/components/python/linux/bin/python -O -c "import qt")
<br>Traceback (most recent call last):
<br> File "<string>", line 1, in ?
<br> File "/projects/components/python/linux/lib/python2.1/site-packages/qt.py",
line 44, in ?
<br> import libqtc
<br>ImportError: /projects/components/pyqt/linux/lib/libsip.so.6: undefined
symbol: Py_Free
<br>make[3]: *** [install-data-hook] Error 1
<br>make[3]: Leaving directory `/projects/components/pyqt/private/pyqt/qt'
<br>make[2]: *** [install-data-am] Error 2
<br>make[2]: Leaving directory `/projects/components/pyqt/private/pyqt/qt'
<br>make[1]: *** [install-am] Error 2
<br>make[1]: Leaving directory `/projects/components/pyqt/private/pyqt/qt'
<br>make: *** [install-recursive] Error 1
<p>The command I am using to configure it is /linux/bin/python
<br>./configure --with-qt-dir=/projects/components/qtx11/linux --prefix=/home/jasonsto/sip_clean_install
--with-python=/projects/components/python/linux/bin/python
<p>Is this error caused by the fact that I have multiple qt installations
on my system? Are there any other options I should set
in the configure?
<p>Regards,
<br>Jason Stock
<pre>--
Jason Stock
R & D Firmware Engineer
SA PGU Phone: 509-921-3546 (TN 921-3546)
Agilent Technologies Inc. Email: jason_stock@agilent.com</pre>
</html>