[Qgis-user] Qgis-user Digest, Vol 77, Issue 69

欧阳乐岩 ouyang.leyan at hotmail.com
Fri Jul 20 14:12:52 PDT 2012



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.



More information about the Qgis-user mailing list