<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 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 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 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 href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
List info: <a 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 href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote></div>