[PyQt] Install error

Jason H jhihn at gmx.com
Fri Feb 27 17:26:09 GMT 2015


$ sudo make install
....
install -m 644 -p /home/jason/Downloads/PyQt-gpl-5.4.1/__init__.py /usr/lib/python2.7/dist-packages/PyQt5/
cp -f -R /home/jason/Downloads/PyQt-gpl-5.4.1/pyuic/uic /usr/lib/python2.7/dist-packages/PyQt5/
install -m 755 -p /home/jason/Downloads/PyQt-gpl-5.4.1/pyuic5 /usr/bin/
strip /usr/bin/pyuic5
strip:/usr/bin/pyuic5: File format not recognized
make: [install_pyuic5] Error 1 (ignored)
$ /usr/bin/pyuic5
Error: one input ui-file must be specified
$ file /usr/bin/pyuic5
/usr/bin/pyuic5: POSIX shell script, ASCII text executable

Can someone tell me what I did wrong and how to complete installation?

Thanks.


More information about the PyQt mailing list