Re: [Qgis-developer] Plugins licence

2017-05-03 Thread Enrico Ferreguti
Nathan, thanks for your kind explanation. I go like that.

Regards.

2017-05-03 14:25 GMT+02:00 Nathan Woodrow :

> Hey,
>
> Yes, that is fine.  You can use Apache libraries in a GPL applications (I
> think QGIS already does) just not the other way around e.g you can't make
> an Apache application that includes GPL code.
>
> - Nathan
>
> On Wed, May 3, 2017 at 10:17 PM, Enrico Ferreguti 
> wrote:
>
>> Hi all QGIS developers,
>>
>> I'm submitting a new plugin: https://github.com/enricofer/gdrive_provider
>> that makes use of external libraries published under Apache v2 licence
>>
>> As far as I understand
>> 
>>
>> The Free Software Foundation  considers
>>>  the Apache License,
>>> Version 2.0  to be a free
>>> software  license,
>>> compatible
>>> 
>>> with version 3 of the GPL
>>> . The Software Freedom
>>> Law Center  provides practical advice
>>> 
>>> for developers about including permissively licensed source.
>>> Apache 2 software can therefore be included in GPLv3 projects, because
>>> the GPLv3 license accepts our software into GPLv3 works.
>>>
>>
>> So I should release the plugin with GPLv3 that I understand is compatible
>> with with plugin licencing policy ("GPLv2 or greater")
>> 
>>
>> The plugin is provided with a checkbox that makes aware the user about
>> the Google Drive Terms of Service.
>>
>> Do You think that GPLv3 licensing and Google Drive Terms of Service
>> disclaimer suffits?
>>
>> Regards.
>> Enrico Ferreguti
>>
>>
>> ___
>> Qgis-developer mailing list
>> Qgis-developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] qgis 3 still includes qt4+py2 stuff and missing _gdal_array.pyd

2017-05-03 Thread Jürgen E . Fischer
Hi Idan,

On Wed, 03. May 2017 at 17:23:56 +0300, Idan Miara wrote:
> I wondered why does the latest qgis 3.0 weekly build (2.99.0-18) still
> contains some qt4 and py2.7 binaries.

QGIS depends on GRASS, which still depends on python2.


> also, _gdal_array.pyd is missing from
> apps\Python36\Lib\site-packages\osgeo
> and available only on:
> apps\Python27\Lib\site-packages\osgeo
> (same for x64 and x86 releases)

Still open issue: https://trac.osgeo.org/osgeo4w/ticket/529


Jürgen


-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] qgis 3 still includes qt4+py2 stuff and missing _gdal_array.pyd

2017-05-03 Thread Idan Miara
I see that indeed this bug is demonstrated by running "import
osgeo.gdal_array" (works on qgis2 but not on qgis3)

I manually applied the suggested fix in gdal_array.py:

-import _gdal_array
+from . import _gdal_array

But it still doesn't work on qgis3.
Isn't _gdal_array.pyd  a required file for import gdal_array in py3? It's
present only in the py2.7 lib folder.

I'm not sure if this file is auto generated by SWIG or if this fix in
gdal_array.i would make any difference.

On 3 May 2017 at 19:31, Sebastiaan Couwenberg  wrote:

> On 05/03/2017 06:27 PM, Idan Miara wrote:
> > Thanks, Where would be the appropriate place to report this issue?
>
> Most probably: https://trac.osgeo.org/osgeo4w/
>
> Kind Regards,
>
> Bas
>
> --
>  GPG Key ID: 4096R/6750F10AE88D4AF1
> Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [611] QgsWcsClient2 approval notification.

2017-05-03 Thread noreply

Plugin QgsWcsClient2 approval by pcav.
The plugin version "[611] QgsWcsClient2 0.3" is now approved
Link: http://plugins.qgis.org/plugins/QgsWcsClient2/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] qgis 3 still includes qt4+py2 stuff and missing _gdal_array.pyd

2017-05-03 Thread Sebastiaan Couwenberg
On 05/03/2017 06:27 PM, Idan Miara wrote:
> Thanks, Where would be the appropriate place to report this issue?

Most probably: https://trac.osgeo.org/osgeo4w/

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] qgis 3 still includes qt4+py2 stuff and missing _gdal_array.pyd

2017-05-03 Thread Idan Miara
Thanks, Where would be the appropriate place to report this issue?

On 3 May 2017 5:40 pm, "Bas Couwenberg"  wrote:

> On 2017-05-03 16:23, Idan Miara wrote:
>
>> ModuleNotFoundError: No module named '_gdal_array'
>>
>
> That sounds like: https://trac.osgeo.org/gdal/ticket/6801
>
> OSGeo4W probably needs to include the patch for that issue like the Debian
> package does.
>
> Kind Regards,
>
> Bas
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [1168] Feature Elevation approval notification.

2017-05-03 Thread noreply

Plugin Feature Elevation approval by pcav.
The plugin version "[1168] Feature Elevation 1.0" is now approved
Link: http://plugins.qgis.org/plugins/FeatureElevation/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] qgis 3 still includes qt4+py2 stuff and missing _gdal_array.pyd

2017-05-03 Thread Bas Couwenberg

On 2017-05-03 16:23, Idan Miara wrote:

ModuleNotFoundError: No module named '_gdal_array'


That sounds like: https://trac.osgeo.org/gdal/ticket/6801

OSGeo4W probably needs to include the patch for that issue like the 
Debian package does.


Kind Regards,

Bas
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] qgis 3 still includes qt4+py2 stuff and missing _gdal_array.pyd

2017-05-03 Thread Idan Miara
Hi,

I wondered why does the latest qgis 3.0 weekly build (2.99.0-18) still
contains some qt4 and py2.7 binaries.
OSGeo4W.bat still defaults to qt4+py2.7 (separate batch files
qt5_env.bat, py3_env.bat are required to run in order to work with qt5+py3).

also, _gdal_array.pyd is missing from
apps\Python36\Lib\site-packages\osgeo
and available only on:
apps\Python27\Lib\site-packages\osgeo
(same for x64 and x86 releases)

[With the latest gisinternals binaries, I could find _gdal_array.pyd in the
file:
release-1800-gdal-mapserver.zip\bin\gdal\python\osgeo\_gdal_array.pyd
but not in the x64 version.]


thus the following code fails:

import gdal
x = gdal.Open(r'D:/Map Samples/1/DTM/n29w098d5dtm.tif')  #valid tif
y = x.ReadAsArray()
print(y)


produces this error:

Traceback (most recent call last):
  File 
"C:\PROGRA~1\QGIS2~1.99\apps\Python36\lib\site-packages\osgeo\gdal_array.py",
line 16, in swig_import_helper
fp, pathname, description = imp.find_module('_gdal_array',
[dirname(__file__)])
  File "C:\PROGRA~1\QGIS2~1.99\apps\Python36\lib\imp.py", line 296, in
find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named '_gdal_array'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\PROGRA~1\QGIS2~1.99\apps\Python36\lib\code.py", line 91, in
runcode
exec(code, self.locals)
  File "", line 1, in 
  File "", line 3, in 
  File "C:\PROGRA~1\QGIS2~1.99\apps\Python36\lib\site-packages\osgeo\gdal.py",
line 1817, in ReadAsArray
from . import gdalnumeric
  File "C:/PROGRA~1/QGIS2~1.99/apps/qgis-dev/./python\qgis\utils.py", line
647, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File 
"C:\PROGRA~1\QGIS2~1.99\apps\Python36\lib\site-packages\osgeo\gdalnumeric.py",
line 1, in 
from osgeo.gdal_array import *
  File "C:/PROGRA~1/QGIS2~1.99/apps/qgis-dev/./python\qgis\utils.py", line
647, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File 
"C:\PROGRA~1\QGIS2~1.99\apps\Python36\lib\site-packages\osgeo\gdal_array.py",
line 26, in 
_gdal_array = swig_import_helper()
  File 
"C:\PROGRA~1\QGIS2~1.99\apps\Python36\lib\site-packages\osgeo\gdal_array.py",
line 18, in swig_import_helper
import _gdal_array
  File "C:/PROGRA~1/QGIS2~1.99/apps/qgis-dev/./python\qgis\utils.py", line
647, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named '_gdal_array'
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Plugins licence

2017-05-03 Thread Nathan Woodrow
Hey,

Yes, that is fine.  You can use Apache libraries in a GPL applications (I
think QGIS already does) just not the other way around e.g you can't make
an Apache application that includes GPL code.

- Nathan

On Wed, May 3, 2017 at 10:17 PM, Enrico Ferreguti 
wrote:

> Hi all QGIS developers,
>
> I'm submitting a new plugin: https://github.com/enricofer/gdrive_provider
> that makes use of external libraries published under Apache v2 licence
>
> As far as I understand
> 
>
> The Free Software Foundation  considers
>>  the Apache License,
>> Version 2.0  to be a free
>> software  license, compatible
>> 
>> with version 3 of the GPL
>> . The Software Freedom
>> Law Center  provides practical advice
>> 
>> for developers about including permissively licensed source.
>> Apache 2 software can therefore be included in GPLv3 projects, because
>> the GPLv3 license accepts our software into GPLv3 works.
>>
>
> So I should release the plugin with GPLv3 that I understand is compatible
> with with plugin licencing policy ("GPLv2 or greater")
> 
>
> The plugin is provided with a checkbox that makes aware the user about the
> Google Drive Terms of Service.
>
> Do You think that GPLv3 licensing and Google Drive Terms of Service
> disclaimer suffits?
>
> Regards.
> Enrico Ferreguti
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugins licence

2017-05-03 Thread Enrico Ferreguti
Hi all QGIS developers,

I'm submitting a new plugin: https://github.com/enricofer/gdrive_provider
that makes use of external libraries published under Apache v2 licence

As far as I understand


The Free Software Foundation  considers
>  the Apache License,
> Version 2.0  to be a free
> software  license, compatible
> 
> with version 3 of the GPL .
> The Software Freedom Law Center 
> provides practical advice
> 
> for developers about including permissively licensed source.
> Apache 2 software can therefore be included in GPLv3 projects, because the
> GPLv3 license accepts our software into GPLv3 works.
>

So I should release the plugin with GPLv3 that I understand is compatible
with with plugin licencing policy ("GPLv2 or greater")


The plugin is provided with a checkbox that makes aware the user about the
Google Drive Terms of Service.

Do You think that GPLv3 licensing and Google Drive Terms of Service
disclaimer suffits?

Regards.
Enrico Ferreguti
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [740] qgis2web approval notification.

2017-05-03 Thread noreply

Plugin qgis2web approval by pcav.
The plugin version "[740] qgis2web 2.16.3" is now approved
Link: http://plugins.qgis.org/plugins/qgis2web/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] No module named

2017-05-03 Thread Andreas Neumann

Hi Denis,

I modified QGISBUILDDIR in the makefile. First tried with

QGISBUILDDIR = 
$(HOME)/dev/QGIS${QGIS_MAJOR_VERSION}/ninja-build/output/python


but also

QGISBUILDDIR = /home/an/QGIS/2.18/share/qgis/python

Which is the install dir of QGIS 2.18.

In general, the Makefile works fine. But during "make deploy" I get the 
error:


pylupdate4 error: Cannot save 'i18n/quickfinder_fr.ts': No such file or 
directory
pylupdate4 error: Cannot save 'i18n/quickfinder_de.ts': No such file or 
directory


These are the only error messages I got during Makefile execution.

Anyway - if you update the quickfinder plugin anyway - I'll probably 
wait for that.


Andreas


On 03.05.2017 11:41, Denis Rouzaud wrote:


Hi Andreas,

I think this is a due to a bad compilcation of the UI files with 
pyuic. It probably failed at finding QGIS gui lbrabry.
Look maybe at the Makefile here 
https://github.com/3nids/quickfinder/blob/master_2/Makefile to define 
the path properly.


Best wishes,
Denis



Le mer. 3 mai 2017 à 10:01, Neumann, Andreas > a écrit :


Hi,

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.

I checked out the source from
https://github.com/3nids/quickfinder (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



2017-05-03T09:55:09 1 Traceback (most recent call last):

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py",
line 333, in startPlugin

plugins[packageName] = package.classFactory(iface)

File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\__init__.py",
line 28, in classFactory

from .quickfinder_plugin import QuickFinder

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py",
line 607, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\quickfinder_plugin.py",
line 36, in 

from gui.configuration_dialog import ConfigurationDialog

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py",
line 607, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

File

"C:/Users/nend/.qgis2/python/plugins\quickfinder\gui\configuration_dialog.py",
line 38, in 

from project_search_dialog import ProjectSearchDialog

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py",
line 607, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

File

"C:/Users/nend/.qgis2/python/plugins\quickfinder\gui\project_search_dialog.py",
line 29, in 

from ..ui.ui_projectsearch import Ui_ProjectSearch

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py",
line 607, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\ui\ui_projectsearch.py",
line 123, in 

from qgsfieldexpressionwidget import QgsFieldExpressionWidget

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py",
line 607, in _import

mod = _builtin_import(name, globals, locals, fromlist, level)

ImportError: No module named qgsfieldexpressionwidget

 ---

Is qgsfieldexpressionwidget a separate Python plugin or why is not
found?

Thank you for any hints,

Andreas

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org 
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer



___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] No module named

2017-05-03 Thread Denis Rouzaud
Hi Andreas,

I think this is a due to a bad compilcation of the UI files with pyuic. It
probably failed at finding QGIS gui lbrabry.
Look maybe at the Makefile here
https://github.com/3nids/quickfinder/blob/master_2/Makefile to define the
path properly.

Best wishes,
Denis



Le mer. 3 mai 2017 à 10:01, Neumann, Andreas  a écrit :

> Hi,
>
> 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.
>
> I checked out the source from https://github.com/3nids/quickfinder (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
>
> 
>
> 2017-05-03T09:55:09 1 Traceback (most recent call last):
>
> File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
> 333, in startPlugin
>
> plugins[packageName] = package.classFactory(iface)
>
> File "C:/Users/nend/.qgis2/python/plugins\quickfinder\__init__.py", line
> 28, in classFactory
>
> from .quickfinder_plugin import QuickFinder
>
> File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
> 607, in _import
>
> mod = _builtin_import(name, globals, locals, fromlist, level)
>
> File
> "C:/Users/nend/.qgis2/python/plugins\quickfinder\quickfinder_plugin.py",
> line 36, in 
>
> from gui.configuration_dialog import ConfigurationDialog
>
> File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
> 607, in _import
>
> mod = _builtin_import(name, globals, locals, fromlist, level)
>
> File
> "C:/Users/nend/.qgis2/python/plugins\quickfinder\gui\configuration_dialog.py",
> line 38, in 
>
> from project_search_dialog import ProjectSearchDialog
>
> File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
> 607, in _import
>
> mod = _builtin_import(name, globals, locals, fromlist, level)
>
> File
> "C:/Users/nend/.qgis2/python/plugins\quickfinder\gui\project_search_dialog.py",
> line 29, in 
>
> from ..ui.ui_projectsearch import Ui_ProjectSearch
>
> File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
> 607, in _import
>
> mod = _builtin_import(name, globals, locals, fromlist, level)
>
> File
> "C:/Users/nend/.qgis2/python/plugins\quickfinder\ui\ui_projectsearch.py",
> line 123, in 
>
> from qgsfieldexpressionwidget import QgsFieldExpressionWidget
>
> File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
> 607, in _import
>
> mod = _builtin_import(name, globals, locals, fromlist, level)
>
> ImportError: No module named qgsfieldexpressionwidget
>
>  ---
>
> Is qgsfieldexpressionwidget a separate Python plugin or why is not found?
>
> Thank you for any hints,
>
> Andreas
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] quickfinder plugin: No module named qgsfieldexpressionwidget

2017-05-03 Thread Neumann, Andreas
Hi, 

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. 

I checked out the source from https://github.com/3nids/quickfinder (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 

 

2017-05-03T09:55:09 1 Traceback (most recent call last): 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
333, in startPlugin 

plugins[packageName] = package.classFactory(iface) 

File "C:/Users/nend/.qgis2/python/plugins\quickfinder\__init__.py", line
28, in classFactory 

from .quickfinder_plugin import QuickFinder 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
607, in _import 

mod = _builtin_import(name, globals, locals, fromlist, level) 

File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\quickfinder_plugin.py",
line 36, in  

from gui.configuration_dialog import ConfigurationDialog 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
607, in _import 

mod = _builtin_import(name, globals, locals, fromlist, level) 

File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\gui\configuration_dialog.py",
line 38, in  

from project_search_dialog import ProjectSearchDialog 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
607, in _import 

mod = _builtin_import(name, globals, locals, fromlist, level) 

File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\gui\project_search_dialog.py",
line 29, in  

from ..ui.ui_projectsearch import Ui_ProjectSearch 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
607, in _import 

mod = _builtin_import(name, globals, locals, fromlist, level) 

File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\ui\ui_projectsearch.py",
line 123, in  

from qgsfieldexpressionwidget import QgsFieldExpressionWidget 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
607, in _import 

mod = _builtin_import(name, globals, locals, fromlist, level) 

ImportError: No module named qgsfieldexpressionwidget 

 --- 

Is qgsfieldexpressionwidget a separate Python plugin or why is not
found? 

Thank you for any hints, 

Andreas___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] No module named

2017-05-03 Thread Neumann, Andreas
Hi, 

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. 

I checked out the source from https://github.com/3nids/quickfinder (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 

 

2017-05-03T09:55:09 1 Traceback (most recent call last): 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
333, in startPlugin 

plugins[packageName] = package.classFactory(iface) 

File "C:/Users/nend/.qgis2/python/plugins\quickfinder\__init__.py", line
28, in classFactory 

from .quickfinder_plugin import QuickFinder 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
607, in _import 

mod = _builtin_import(name, globals, locals, fromlist, level) 

File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\quickfinder_plugin.py",
line 36, in  

from gui.configuration_dialog import ConfigurationDialog 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
607, in _import 

mod = _builtin_import(name, globals, locals, fromlist, level) 

File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\gui\configuration_dialog.py",
line 38, in  

from project_search_dialog import ProjectSearchDialog 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
607, in _import 

mod = _builtin_import(name, globals, locals, fromlist, level) 

File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\gui\project_search_dialog.py",
line 29, in  

from ..ui.ui_projectsearch import Ui_ProjectSearch 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
607, in _import 

mod = _builtin_import(name, globals, locals, fromlist, level) 

File
"C:/Users/nend/.qgis2/python/plugins\quickfinder\ui\ui_projectsearch.py",
line 123, in  

from qgsfieldexpressionwidget import QgsFieldExpressionWidget 

File "C:/Program Files/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line
607, in _import 

mod = _builtin_import(name, globals, locals, fromlist, level) 

ImportError: No module named qgsfieldexpressionwidget 

 --- 

Is qgsfieldexpressionwidget a separate Python plugin or why is not
found? 

Thank you for any hints, 

Andreas___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [790] versioning approval notification.

2017-05-03 Thread noreply

Plugin versioning approval by pcav.
The plugin version "[790] versioning 0.8" is now approved
Link: http://plugins.qgis.org/plugins/qgis_versioning/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer