Hi, I installed SEXTANTE version 1.0.8 manually.
I used Sextante Modeler to create a model to intersect two shapefiles and I have the following error when I executed the model. Traceback (most recent call last): File "/Users/joseca/.qgis//python/plugins/sextante/core/GeoAlgorithm.py", line 118, in execute self.processAlgorithm(progress) File "/Users/joseca/.qgis//python/plugins/sextante/modeler/ModelerAlgorithm.py", line 408, in processAlgorithm ', '.join([str(p).strip() + "=" + str(p.value) for p in alg.parameters])) UnicodeEncodeError: 'ascii' codec can't encode character u'\u0301' in position 48: ordinal not in range(128) What is missing in the program? QGIS 1.8 OSX 10.6.8 Many thanks, José Carlos Guerrero 2013/7/5 William Kyngesburye <[email protected]> > The problem is that OS X 10.6 has Python 2.6, which does not include > importlib. This is not good if 10.6 users have to install a small > dependency for an alternative to a basic python statement. > > On Jul 5, 2013, at 3:28 AM, José Pedro Santos wrote: > > > Hi, > > > > Seems that you have missing phyton plugins. Reinstall pyhton and check > for importlib. > > > > Regards, > > José Santos > > > > From: [email protected] > > Date: Thu, 4 Jul 2013 16:51:39 -0300 > > To: [email protected] > > Subject: [Qgis-user] Problems to install SEXTANTE for QGIS > > > > Hi, > > > > I want to install SEXTANTE 1.0.9 Plugin, but I can't, and I have this > message: "The plugin depends on some components missing on your system. You > need to install the following Python module in order to enable it: > importlib" > > > > How can I do it? > > > > I working with QGIS 1.8, OSX 10.6.8. > > > > Many thanks, > > > > José Carlos Guerrero > > > > -- > > ################################################################ > > Dr. José Carlos Guerrero > > Laboratorio de Desarrollo Sustentable y Gestión Ambiental del Territorio > (LDSGAT) > > Instituto de Ecología y Ciencias Ambientales (IECA) > > Facultad de Ciencias > > Universidad de la República > > Montevideo-URUGUAY > > ################################################################ > > > > _______________________________________________ Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user > > _______________________________________________ > > Qgis-user mailing list > > [email protected] > > http://lists.osgeo.org/mailman/listinfo/qgis-user > > ----- > William Kyngesburye <kyngchaos*at*kyngchaos*dot*com> > http://www.kyngchaos.com/ > > "The beast is actively interested only in now, and, as it is always now > and always shall be, there is an eternity of time for the accomplishment of > objects." > > - the wisdom of Tarzan > > > > > >
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
