<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Denis</p>
    <p>If you are on 64bits Fedora, the libs are probably searched for
      in /usr/lib64.</p>
    <p>You can run python through strace to check where it is looking
      for the libraries, i.e. <br>
    </p>
    <p>PYTHONPATH=$PYTHONPATH:/usr/share/qgis/python strace python -m
      qgis.PyQt.uic.pyuic</p>
    <p>and then just look at which open syscalls are trying to open
      libqgis_core and where.</p>
    <p><br>
    </p>
    <p>Hope this helps<br>
      Sandro<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 04.10.2016 10:15, Denis Rouzaud
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMtsY+ZkNrbYe67GA+__8pKb4J3ybA0p+zwyS4jspc=uGybTKQ@mail.gmail.com"
      type="cite">Hi all,
      <div><br>
      </div>
      <div>I have an issue with Python on Fedora.</div>
      <div><br>
      </div>
      <div>After installing from a new clean clone and fresh build dir,
        if I do</div>
      <div><br>
      </div>
      <div> PYTHONPATH=$PYTHONPATH:/usr/share/qgis/python python -m
        qgis.PyQt.uic.pyuic<br>
      </div>
      <div><br>
      </div>
      <div>I get</div>
      <div><br>
      </div>
      <div>/usr/bin/python: libqgis_core.so.2.17.0: cannot open shared
        object file: No such file or directory</div>
      <div><br>
      </div>
      <div>Although the lib is indeed in /usr/lib.</div>
      <div><br>
      </div>
      <div>Also, if I run qgis from the build output and do</div>
      <div>From qgis.PyQt.uic import pyuic it crashes without any
        backtrace.</div>
      <div><br>
      </div>
      <div>I don't know what to look for.</div>
      <div>There are some issues on the hub, but I cannot find the
        connection with this one.</div>
      <div><br>
      </div>
      <div>If anyone has a hint, thanks a lot.</div>
      <div><br>
      </div>
      <div>Denis</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Qgis-developer mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a>
List info: <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-developer">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a>
Unsubscribe: <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-developer">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a></pre>
    </blockquote>
    <br>
  </body>
</html>