[Qgis-developer] SEXTANTE Error on Mac
Larry Shaffer
larrys at dakotacarto.com
Wed Apr 4 13:35:13 EDT 2012
Hi Victor,
On Wed, Apr 4, 2012 at 11:04 AM, Victor Olaya <volayaf at gmail.com> wrote:
> 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."
Fixed. Thank you.
Larry Shaffer
Dakota Cartography
Black Hills, South Dakota
More information about the Qgis-developer
mailing list