Skip to content

Instantly share code, notes, and snippets.

@timlinux
Created April 13, 2013 18:59
Show Gist options
  • Save timlinux/5379616 to your computer and use it in GitHub Desktop.
Save timlinux/5379616 to your computer and use it in GitHub Desktop.
The selected model could not be loaded.
Wrong line: Error in model definition line:PARAMETER:ParameterTableField|TABLEFIELD_AGGREGATION|Aggregation|VECTORLAYER_POINTLAYER|-1 : Traceback (most recent call last):
File "/Users/timlinux/Applications/QGIS.app/Contents/Resources/python/plugins/sextante/modeler/ModelerAlgorithm.py", line 123, in openModel
param = ParameterFactory.getFromString(paramLine)
File "/Users/timlinux/Applications/QGIS.app/Contents/Resources/python/plugins/sextante/parameters/ParameterFactory.py", line 51, in getFromString
return clazz().deserialize(s)
File "/Users/timlinux/Applications/QGIS.app/Contents/Resources/python/plugins/sextante/parameters/ParameterTableField.py", line 62, in deserialize
return ParameterTableField(tokens[1], tokens[2], tokens[3], int(tokens[4]), tokens[5] == str(True))
IndexError: list index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment