<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <b>Solved.</b><br>
    <br>
    <div class="moz-cite-prefix">On 18/01/16 13:59, dl wrote:<br>
    </div>
    <blockquote cite="mid:569CEFB2.1000204@ntlworld.com" type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <br>
      Next on trying to launch pyqtdeploy through command terminal I get
      this message ...<br>
      <blockquote><font color="#000099">pyqtdeploy</font><br>
        <font color="#000099">Cannot mix incompatible Qt library
          (version 0x50201) with this library (version 0x50501)</font><br>
      </blockquote>
      ...<br>
    </blockquote>
    <blockquote cite="mid:569CEFB2.1000204@ntlworld.com" type="cite">
      How do I resolve these conflicting libraries?  <br>
      It seems that version 5.2.1 is still being referenced. But where?
      In pyqtdeploy?<br>
      <br>
      dl<br>
      <br>
      <title></title>
      <meta name="generator" content="CherryTree">
      <br>
    </blockquote>
    <br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    I didn't find the source of conflicting 5.2.1 library, but I've
    applied a workaround to get pyqtdeploy to install.<br>
    <br>
    (1) Run command <font color="#000099">qmake --version</font> to get
    Qt libs path.<br>
    <font color="#000099"><br>
    </font>
    <blockquote><font color="#000099">QMake version 3.0</font><br>
      <font color="#000099">Using Qt version 5.5.1 in /opt/qt55/lib</font><br>
    </blockquote>
    <br>
    (2) Check value of <font color="#000099">$LD_LIBRARY_PATH</font><br>
    <br>
    <blockquote><font color="#000099">echo $LD_LIBRARY_PATH</font><br>
      <font color="#000099">/usr/lib/i386-linux-gnu/:/usr/lib/</font><br>
    </blockquote>
    <br>
    (3) Prepend path to <font color="#000099">$LD_LIBRARY_PATH</font>
    in ~/.profile<br>
    <br>
    <blockquote><font color="#000099">export
        LD_LIBRARY_PATH="/opt/qt55/lib/":${LD_LIBRARY_PATH}<br>
      </font></blockquote>
    <br>
    (4) Reboot<br>
    <br>
    (5) Check that $LD_LIBRARY_PATH is updated (prepended)<br>
    <br>
    <blockquote><font color="#000099">echo $LD_LIBRARY_PATH</font><br>
      <font color="#000099">/opt/qt55/bin/:/usr/lib/i386-linux-gnu/:/usr/lib/</font><br>
    </blockquote>
    <br>
    (6) Go to pyqtdeploy download/clone folder.<br>
    <br>
    (7) Run commands<br>
    <br>
    <blockquote><font color="#000099">make VERSION</font><br>
      <font color="#000099">make pyqtdeploy/version.py</font><br>
      <font color="#000099">sudo python3 setup.py install</font><br>
    </blockquote>
    <br>
    to completion ..<br>
    <br>
    (8) Finally test that pyqtdeploy GUI launches by running command in
    terminal ...<br>
    <br>
    <blockquote><font color="#000099">pyqtdeploy</font><br>
    </blockquote>
    <title></title>
    <meta name="generator" content="CherryTree">
    <link rel="stylesheet" href="styles.css" type="text/css">
    <br>
    dl<br>
  </body>
</html>