Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I tried the new master version 1.9.200. Now I get the following message:

Fehler bei der Ausführung von Python-Code:

Traceback (most recent call last): File "C:/Users/Foelsch/.qgis//python/plugins\sextante\gui\SextanteToolbox.py", line 138, in executeAlgorithm dlg = ParametersDialog(alg) File "C:/Users/Foelsch/.qgis//python/plugins\sextante\gui\ParametersDialog.py", line 43, in init self.paramTable = ParametersPanel(self, alg) File "C:/Users/Foelsch/.qgis//python/plugins\sextante\gui\ParametersPanel.py", line 74, in init self.initGUI() File "C:/Users/Foelsch/.qgis//python/plugins\sextante\gui\ParametersPanel.py", line 116, in initGUI widget = self.getWidgetFromParameter(param) File "C:/Users/Foelsch/.qgis//python/plugins\sextante\gui\ParametersPanel.py", line 257, in getWidgetFromParameter item.addItems(self.getFields(layers[0], param.datatype)) File "C:/Users/Foelsch/.qgis//python/plugins\sextante\gui\ParametersPanel.py", line 325, in getFields for idx, field in fieldMap.iteritems(): AttributeError: 'QgsFields' object has no attribute 'iteritems'

Python-Version: 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]

QGIS-Version: 1.9.0-Master Master, 0e9717b

share|improve this question
Pleasse use the stable version or report errors to the developer mailing list. – underdark Feb 21 at 21:17

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.