Hello Agus,

The version to use is of course the last one : 0.26.
I don't see several versions in the plugin installer.

The directory in which the 'Processing Framework Manager' is installed has been renamed recently, from processingplugin to processingmanager.
This may be the root of the problem.

Can you double-check your $HOME/.qgis/python/plugins directory ?
After installing the 0.26 version, you should not see any directory named "processingplugin". Just "processingmanager".
If so, maybe just deleting it will make the 0.21 reference go away.

Julien




Le 19/10/2011 08:05, Agustin Lobo a écrit :
I see 2 versions of Processing Framework Manager,

the 0.26 installs fine on 1.7.1 (ubuntu 10.04 LTS binaries from
ubuntugis-unstable)
but the 0.21 issues this error:
Couldn't load plugin saga due an error when calling its classFactory() method

Traceback (most recent call last):
   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 138, in
startPlugin
     plugins[packageName] = package.classFactory(iface)
   File "/home/alobo/.qgis/python/plugins/saga/__init__.py", line 76,
in classFactory
     from plugin import SAGAPlugin
   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 283, in _import
     mod = _builtin_import(name, globals, locals, fromlist, level)
   File "/home/alobo/.qgis/python/plugins/saga/plugin.py", line 31, in
     import processingmanager.processing as processing
   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 283, in _import
     mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named processingmanager.processing


I assume I just have to uninstall 0.21 (the plugin gets installed
despite the error, which is unusual)

Agus
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to