[PyQt] Install error

Florian Bruhin me at the-compiler.org
Fri Feb 27 17:33:39 GMT 2015


* Jason H <jhihn at gmx.com> [2015-02-27 18:26:09 +0100]:
> $ 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)

That error is expected and (as it says) 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?

The install is fine - you just have to pass a filename to pyuic.

Florian

-- 
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150227/0ef98583/attachment.sig>


More information about the PyQt mailing list