[Qgis-developer] Error in Processing
Alexander Bruy
alexander.bruy at gmail.com
Mon Feb 8 03:20:28 PST 2016
Hi Paolo,
this is not a Processing issue, but bug in 3rd party plugin.
The bug is caused by fact that plugin uses internal Processing
classes (which was changed) instead of subclassing public
GeoAlgorithm class.
2016-02-08 13:10 GMT+02:00 Paolo Cavallini <cavallini at faunalia.it>:
> Hi all,
> I'm getting consistent errors in activating Processing on master, see
> below. Anyone has the same?
> All the best.
> ===
> An error has occurred while executing Python code:
>
> AttributeError: RasterAT_MGIETRS89DirInv instance has no attribute
> 'getConsoleCommands'
> Traceback (most recent call last):
> File
> "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py",
> line 105, in textChanged
> self._filterItem(self.algorithmTree.invisibleRootItem(), text)
> File
> "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py",
> line 127, in _filterItem
> showChild = self._filterItem(child, text)
> File
> "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py",
> line 127, in _filterItem
> showChild = self._filterItem(child, text)
> File
> "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py",
> line 127, in _filterItem
> showChild = self._filterItem(child, text)
> File
> "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py",
> line 135, in _filterItem
> if item.alg.shortHelp() is not None:
> File
> "/usr/share/qgis/python/plugins/processing/algs/gdal/GdalAlgorithm.py",
> line 56, in shortHelp
> ''' % (self.commandName(), self.commandName()))
> File
> "/usr/share/qgis/python/plugins/processing/algs/gdal/GdalAlgorithm.py",
> line 64, in commandName
> name = alg.getConsoleCommands()[0]
> AttributeError: RasterAT_MGIETRS89DirInv instance has no attribute
> 'getConsoleCommands'
> --
> Paolo Cavallini - www.faunalia.eu
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
--
Alexander Bruy
More information about the Qgis-developer
mailing list