<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi Denis,</p>
    <p>I modified QGISBUILDDIR in the makefile. First tried with</p>
    <p>QGISBUILDDIR =
      $(HOME)/dev/QGIS${QGIS_MAJOR_VERSION}/ninja-build/output/python</p>
    <p>but also</p>
    <p>QGISBUILDDIR = /home/an/QGIS/2.18/share/qgis/python</p>
    <p>Which is the install dir of QGIS 2.18.<br>
    </p>
    <p>In general, the Makefile works fine. But during "make deploy" I
      get the error:</p>
    <p>pylupdate4 error: Cannot save 'i18n/quickfinder_fr.ts': No such
      file or directory<br>
      pylupdate4 error: Cannot save 'i18n/quickfinder_de.ts': No such
      file or directory<br>
    </p>
    <p>These are the only error messages I got during Makefile
      execution.</p>
    <p>Anyway - if you update the quickfinder plugin anyway - I'll
      probably wait for that.<br>
    </p>
    <p>Andreas<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 03.05.2017 11:41, Denis Rouzaud
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMtsY+Yy23tUv1u=W7MD4hqdLpWRyD_GyoW26zozpep2w8KscQ@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <div>Hi Andreas,</div>
        <div><br>
        </div>
        <div>I think this is a due to a bad compilcation of the UI files
          with pyuic. It probably failed at finding QGIS gui lbrabry.</div>
        <div>Look maybe at the Makefile here <a moz-do-not-send="true"
            href="https://github.com/3nids/quickfinder/blob/master_2/Makefile">https://github.com/3nids/quickfinder/blob/master_2/Makefile</a> to
          define the path properly.</div>
        <div><br>
        </div>
        <div>Best wishes,</div>
        <div>Denis</div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr">Le mer. 3 mai 2017 à 10:01, Neumann, Andreas <<a
            moz-do-not-send="true" href="mailto:a.neumann@carto.net">a.neumann@carto.net</a>>
          a écrit :<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div
            style="font-size:10pt;font-family:Verdana,Geneva,sans-serif">
            <p>Hi,</p>
            <p>I am trying to get QGIS quickfinder running (the version
              from github, not the packaged version), because I want to
              test the new Postgres search functionality.</p>
            <p>I checked out the source from <a moz-do-not-send="true"
                href="https://github.com/3nids/quickfinder"
                target="_blank">https://github.com/3nids/quickfinder</a> (the
              master_2 version) and also the qsettingsmanager. I changed
              the Makefile to reflect my Pythonpath. The make and make
              deploy went fine, but when I load the plugin I get the
              error message</p>
            <p>----------------</p>
            <p>2017-05-03T09:55:09 1 Traceback (most recent call last):</p>
            <p>File "C:/Program
              Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
              333, in startPlugin</p>
            <p>plugins[packageName] = package.classFactory(iface)</p>
            <p>File
              "C:/Users/nend/.qgis2/python/plugins\quickfinder\__init__.py",
              line 28, in classFactory</p>
            <p>from .quickfinder_plugin import QuickFinder</p>
            <p>File "C:/Program
              Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
              607, in _import</p>
            <p>mod = _builtin_import(name, globals, locals, fromlist,
              level)</p>
            <p>File
              "C:/Users/nend/.qgis2/python/plugins\quickfinder\quickfinder_plugin.py",
              line 36, in <module></p>
            <p>from gui.configuration_dialog import ConfigurationDialog</p>
            <p>File "C:/Program
              Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
              607, in _import</p>
            <p>mod = _builtin_import(name, globals, locals, fromlist,
              level)</p>
            <p>File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\gui\configuration_dialog.py",
              line 38, in <module></p>
            <p>from project_search_dialog import ProjectSearchDialog</p>
            <p>File "C:/Program
              Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
              607, in _import</p>
            <p>mod = _builtin_import(name, globals, locals, fromlist,
              level)</p>
            <p>File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\gui\project_search_dialog.py",
              line 29, in <module></p>
            <p>from ..ui.ui_projectsearch import Ui_ProjectSearch</p>
            <p>File "C:/Program
              Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
              607, in _import</p>
            <p>mod = _builtin_import(name, globals, locals, fromlist,
              level)</p>
            <p>File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\ui\ui_projectsearch.py",
              line 123, in <module></p>
            <p>from qgsfieldexpressionwidget import
              QgsFieldExpressionWidget</p>
            <p>File "C:/Program
              Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
              607, in _import</p>
            <p>mod = _builtin_import(name, globals, locals, fromlist,
              level)</p>
            <p>ImportError: No module named qgsfieldexpressionwidget</p>
            <p> ---------------------------------------</p>
            <p>Is <span>qgsfieldexpressionwidget a separate Python
                plugin or why is not found?</span></p>
            <p><span>Thank you for any hints,</span></p>
            <p><span>Andreas</span></p>
            <div> </div>
          </div>
          _______________________________________________<br>
          Qgis-developer mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
          List info: <a moz-do-not-send="true"
            href="https://lists.osgeo.org/mailman/listinfo/qgis-developer"
            rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
          Unsubscribe: <a moz-do-not-send="true"
            href="https://lists.osgeo.org/mailman/listinfo/qgis-developer"
            rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>