<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 27/02/2015 18:26, Jason H a écrit :<br>
    </div>
    <blockquote
cite="mid:trinity-ec070093-763a-4e79-8f96-b88d38902903-1425057969015@3capp-mailcom-lxa07"
      type="cite">
      <pre wrap="">$ 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.
_______________________________________________
PyQt mailing list    <a class="moz-txt-link-abbreviated" href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a>
<a class="moz-txt-link-freetext" href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></pre>
    </blockquote>
    <br>
    <br>
    <small><small>Before all, use:<br>
        <br>
        $ pyuic5 --help</small></small><br>
    <br>
    Vincent<br>
  </body>
</html>