Hi, This is really great!
I've tryed it, but I'm getting this Python error: 2017-02-06T12:15:10 1 Traceback (most recent call last): File "C:/OSGEO4~1/apps/qgis-dev/./python\qgis\utils.py", line 313, in loadPlugin __import__(packageName) File "C:/OSGEO4~1/apps/qgis-dev/./python\qgis\utils.py", line 647, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\processing\__init__.py", line 28, in <module> from processing.tools.dataobjects import * # NOQA File "C:/OSGEO4~1/apps/qgis-dev/./python\qgis\utils.py", line 647, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\processing\tools\dataobjects.py", line 47, in <module> from processing.algs.gdal.GdalUtils import GdalUtils File "C:/OSGEO4~1/apps/qgis-dev/./python\qgis\utils.py", line 647, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\processing\algs\gdal\GdalUtils.py", line 35, in <module> from osgeo import gdal File "C:/OSGEO4~1/apps/qgis-dev/./python\qgis\utils.py", line 647, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'osgeo' which prevents the Processing use (make it invalid). Can this be a local problem? Thanks! Best regards, Pedro 2017-02-06 12:02 GMT+00:00 Tim Sutton <[email protected]>: > Hi > > On 06 Feb 2017, at 1:20 PM, DelazJ <[email protected]> wrote: > > Hi all, > > My daily update of osgeo4w installed today qgis-dev (2.99), meaning that > qgis 3 dev can now be easily installed (and tested?) on Windows. > Wonderful! > > Big thanks to you, Jüergen > > > Wow that is awesome news! Thanks Jürgen, and thanks for the heads-up > Harrissou! > > Regards > > Tim > > Regards, > Harrissou > _______________________________________________ > Qgis-developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer > > > — > > > > > > > > > > *Tim Sutton* > > *Co-founder:* Kartoza > *Project chair:* QGIS.org > > Visit http://kartoza.com to find out about open source: > > Desktop GIS programming services > Geospatial web development > GIS Training > Consulting Services > > *Skype*: timlinux > *IRC:* timlinux on #qgis at freenode.net > > Kartoza is a merger between Linfiniti and Afrispatial > > > _______________________________________________ > Qgis-developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer >
_______________________________________________ Qgis-developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
