On 07/21/2012 03:39 AM, Chris Henrick wrote:
hi Salvatore,

where would I put the patch? Can't seem to find where sextante is
installed on my system...

thanks!

-Chris


If you look at the error message, you can see the path of the offending Clip.py file:

/Users/chrishenrick/.qgis//python/plugins/sextante/ftools/Clip.py

Just edit this file with a text editor and replace
vproviderA = self.vlayerA.dataProvider()
with
vproviderA = vlayerA.dataProvider()
on line 36 and
vproviderB = self.vlayerB.dataProvider()
with
vproviderB = vlayerB.dataProvider()
on line 39.
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to