I am trying to build PyQt4 from source from Qt5. I am building with the most recent snapshot: PyQt-x11-gpl-snapshot-4.10.2-ffcf323516fc since I was told that otherwise I could have problems with QtWebKit.pro if my installation of Qt5 does not provide it.
So I run: python configure-ng.py make and then make install and then after a while I get the following error: ================ .... install -m 644 -p /nfs/vol1/opt/pyqt/pyqt4/src/PyQt-x11-gpl-snapshot-4.10.2-ffcf323516fc/__init__.py /home/james/opt/python/virtualenvs/work/lib/python2.7/site-packages/PyQt4/ cp -f -R /nfs/vol1/opt/pyqt/pyqt4/src/PyQt-x11-gpl-snapshot-4.10.2-ffcf323516fc/pyuic/uic /home/james/opt/python/virtualenvs/work/lib/python2.7/site-packages/PyQt4/ install -m 755 -p /nfs/vol1/opt/pyqt/pyqt4/src/PyQt-x11-gpl-snapshot-4.10.2-ffcf323516fc/pyuic4 /home/james/opt/python/virtualenvs/work/bin/ strip /home/james/opt/python/virtualenvs/work/bin/pyuic4 strip: /home/james/opt/python/virtualenvs/work/bin/pyuic4: File format not recognized make: [install_pyuic4] Error 1 (ignored) ================ and the process stops, why? Thanks, James
_______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt