[Qgis-user] Processing plugin upgrade problem

Victor Olaya volayaf at gmail.com
Thu Nov 7 02:31:48 PST 2013


The plugin manager is trying to load a module that is not anymore in
processing. It should be fine if you just close it, and the plugin
should be updated. In case you have problems, just first uninstall the
older version (also with the plugin manager) and then reinstall the
newer version

Hope this helps

2013/11/7 Julian Bogdani <jbogdani at gmail.com>:
> Hello all,
> I’m running latest QGIS (2.0.1-3) installed from Kyngchaos repo, on MacOS X
> 10.9 (Mavericks)
> trying to upgrade Processing plugin, to get advantage of this fix: Bug
> #8877: Kriging from SAGA (Processing) fails to run I get the following
> error.
> Any hint? Thank you
>
>
>
> Couldn't load plugin 'processing' from
> ['/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing',
> '/Applications/QGIS.app/Contents/MacOS/../Resources/python',
> '/Users/jbogdani/.qgis2/python', '/Users/jbogdani/.qgis2/python/plugins',
> '/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins',
> '/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.7',
> '/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7',
> '/Library/Python/2.7/site-packages/numpy-override',
> '/Library/Frameworks/GDAL.framework/Versions/1.10/Python/2.7/site-packages',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
> '/Library/Python/2.7/site-packages',
> '/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools']
>
> Traceback (most recent call last):
>   File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 182, in loadPlugin
>     __import__(packageName)
>   File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
>     mod = _builtin_import(name, globals, locals, fromlist, level)
>   File "/Users/jbogdani/.qgis2/python/plugins/processing/__init__.py", line
> 29, in
>     from processing.tools.general import *
>   File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
>     mod = _builtin_import(name, globals, locals, fromlist, level)
>   File "/Users/jbogdani/.qgis2/python/plugins/processing/tools/general.py",
> line 29, in
>     from processing.core.Processing import Processing
>   File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
>     mod = _builtin_import(name, globals, locals, fromlist, level)
>   File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py",
> line 35, in
>     from processing.gui.AlgorithmExecutor import AlgorithmExecutor
>   File
> "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py",
> line 453, in _import
>     mod = _builtin_import(name, globals, locals, fromlist, level)
> ImportError: No module named AlgorithmExecutor
>
> Python version:
> 2.7.5 (default, Aug 25 2013, 00:04:04)
> [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
>
>
> QGIS version:
> 2.0.1-Dufour Dufour, f738351
>
> Python path:
> ['/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing',
> '/Applications/QGIS.app/Contents/MacOS/../Resources/python',
> '/Users/jbogdani/.qgis2/python', '/Users/jbogdani/.qgis2/python/plugins',
> '/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins',
> '/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.7',
> '/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7',
> '/Library/Python/2.7/site-packages/numpy-override',
> '/Library/Frameworks/GDAL.framework/Versions/1.10/Python/2.7/site-packages',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
> '/Library/Python/2.7/site-packages',
> '/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools']
>
>
>
>
>
> -----
> Julian Bogdani
> jbogdani at gmail.com
> http://bradypus.net
>
>
>
>
>
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user



More information about the Qgis-user mailing list