[Qgis-developer] SEXTANTE Error on Mac

Victor Olaya volayaf at gmail.com
Wed Apr 4 13:04:11 EDT 2012


I saw that bug just today. It comes from a quick modification I made a
couple of days ago following some advice given here in the list

I you want to fix it manually, edit the
"/Users/larrys/.qgis/python/plugins/sextante/modeler/ModelerParametersDialog.py"
file
an change line 262 from

     if hasattr(self.item, 'setPlaceholderText'):

to

     if hasattr(item, 'setPlaceholderText'):

Basically removing "self."

Sorry for this

Regards


More information about the Qgis-developer mailing list