In the current master version, the modeler folder should default to a folder in the user folder. It seems that it is trying to create the folder where the example models are. Probably you have a different setting for you models folder? change it in the sextante_qgis.conf file in your sextante folder (in your user dir), and see if it works.
sorry for all this problems with the models and scripts folders... 2012/11/8 Giovanni Manghi <[email protected]> > Hi Victor, > > > > Not the problem I thought it was...but it should be fixed anyway > > > just updated on Ubuntu, now I get > > Couldn't load plugin sextante due an error when calling its > classFactory() method > > Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 188, in > startPlugin > plugins[packageName] = package.classFactory(iface) > File "/usr/share/qgis/python/plugins/sextante/__init__.py", line 46, > in classFactory > return SextantePlugin(iface) > File "/usr/share/qgis/python/plugins/sextante/SextantePlugin.py", > line 56, in __init__ > Sextante.initialize() > File "/usr/share/qgis/python/plugins/sextante/core/Sextante.py", > line 133, in initialize > Sextante.modeler.initializeSettings(); > File > "/usr/share/qgis/python/plugins/sextante/modeler/ModelerAlgorithmProvider.py", > line 49, in initializeSettings > SextanteConfig.addSetting(Setting(self.getDescription(), > ModelerUtils.MODELS_FOLDER, "Models folder", > ModelerUtils.modelsFolder())) > File "/usr/share/qgis/python/plugins/sextante/modeler/ModelerUtils.py", > line 40, in modelsFolder > mkdir(folder) > File "/usr/share/qgis/python/plugins/sextante/core/SextanteUtils.py", > line 87, in mkdir > os.mkdir(newdir) > OSError: [Errno 13] Permission denied: > '/usr/share/qgis/python/plugins/sextante/modeler/models' > > cheers! > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer >
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
