<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body 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">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>
</body></html>