[PyQt] Install error

Phil Thompson phil at riverbankcomputing.com
Fri Feb 27 17:33:24 GMT 2015


On 27/02/2015 5:26 pm, Jason H wrote:
> $ 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?

Nothing. The error is a feature of qmake and (as it says) is ignored.

Phil


More information about the PyQt mailing list