[PyQt] make install -> Errors with pyuic4 (file format not recognized)

James Jong ribonucleico at gmail.com
Fri Apr 26 19:18:01 BST 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20130426/2eb2e548/attachment.html>


More information about the PyQt mailing list