tudorbarascu wrote > Hi, > I had the same problem and the solution is to edit the > /usr/share/qgis/python/plugins/sextante/tests/SagaTest.py. > The first lines should look like: > ---- > from sextante.tests.TestData import points, points2, polygons, polygons2, > lines, union,\ > table, polygonsGeoJson, raster > ---- > The problem was that "table, polygonsGeoJson" or I can't remember exactly > which words were duplicated. > Delete them or just paste the above line over its correspondent and > everything will be peachy.
Thanks for this Tudor. Commenting out the duplicate text in SagaTest.py then reinstalling python-qgis and python-qgis-common did the trick. Nick. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Master-update-problem-tp5044751p5044944.html Sent from the Quantum GIS - User mailing list archive at Nabble.com. _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
