camptocamp / QGIS-SpreadSheetLayers

QGIS plugin to load layers from spreadsheet files (*.ods, *.xls, *.xlsx)
GNU General Public License v3.0
21 stars 7 forks source link

IndexError: list index out of range #5

Closed yjacolin closed 7 years ago

yjacolin commented 8 years ago

Importing this file _utilisation_terre_agricole2010.xls triggers this error for each coloumn:

Une erreur est apparue lors de l'exécution du code Python : 

IndexError: list index out of range 
Traceback (most recent call last):
  File "/home/yjacolin/.formation/master/config/python/plugins/SpreadsheetLayers/widgets/SpreadsheetLayersDialog.py", line 177, in setEditorData
    type = index.model().fields[index.column()]['type']
IndexError: list index out of range

Version de Python : 2.7.6 (default, Jun 22 2015, 18:01:27) [GCC 4.8.2] 
Version de QGIS : 2.13.0-Master Master, eeeacfe 

Chemin Python :
/home/yjacolin/Documents/Developpement/qgis_install/share/qgis/python/plugins/sextante
/home/yjacolin/.formation/master/config/python/plugins/processing
/home/yjacolin/Documents/Developpement/qgis_install/share/qgis/python
/home/yjacolin/.formation/master/config/python
/home/yjacolin/.formation/master/config/python/plugins
/home/yjacolin/Documents/Developpement/qgis_install/share/qgis/python/plugins
/usr/local/lib/python2.7/dist-packages/Sphinx-1.3.1-py2.7.egg
/usr/local/lib/python2.7/dist-packages/sphinx_rtd_theme-0.1.8-py2.7.egg
/usr/local/lib/python2.7/dist-packages/alabaster-0.7.4-py2.7.egg
/usr/local/lib/python2.7/dist-packages/Babel-1.3-py2.7.egg
/home/yjacolin/.formation/master/config/python/plugins/geoserverexplorer/ext-libs/httplib2-0.8-py2.7.egg
/home/yjacolin/.formation/master/config/python/plugins/geoserverexplorer/ext-libs/python_dateutil-2.2-py2.7.egg
/home/yjacolin/.formation/master/config/python/plugins/geoserverexplorer/ext-libs/six-1.5.2-py2.7.egg
/home/yjacolin/.formation/master/config/python/plugins/geoserverexplorer/ext-libs/gsconfig-0.6.14-py2.7.egg
/home/yjacolin/.formation/master/config/python/plugins/geoserverexplorer/ext-libs/gisdata-0.5.4-py2.7.egg
/home/yjacolin/.formation/master/config/python/plugins/geoserverexplorer/ext-libs/gsimporter-0.2-py2.7.egg
/home/yjacolin/.formation/master/config/python/plugins/geoserverexplorer/ext-libs/nose-1.3.0-py2.7.egg
/home/yjacolin/.formation/master/config/python/plugins/geoserverexplorer/ext-libs/nose_html-1.1-py2.7.egg
/home/yjacolin/.formation/master/config/python/plugins/geoserverexplorer/ext-libs/coverage-3.7-py2.7-linux-x86_64.egg
/usr/local/lib/python2.7/dist-packages/snowballstemmer-1.2.0-py2.7.egg
/usr/local/lib/python2.7/dist-packages/docutils-0.12-py2.7.egg
/usr/local/lib/python2.7/dist-packages/Pygments-2.0.2-py2.7.egg
/usr/local/lib/python2.7/dist-packages/Jinja2-2.7.3-py2.7.egg
/usr/local/lib/python2.7/dist-packages/MarkupSafe-0.23-py2.7-linux-x86_64.egg
/usr/lib/python2.7
/usr/lib/python2.7/plat-x86_64-linux-gnu
/usr/lib/python2.7/lib-tk
/usr/lib/python2.7/lib-old
/usr/lib/python2.7/lib-dynload
/usr/local/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages/PILcompat
/usr/lib/python2.7/dist-packages/gtk-2.0
/usr/lib/pymodules/python2.7
/usr/lib/python2.7/dist-packages/ubuntu-sso-client
/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode
/home/yjacolin/.formation/master/config/python
/home/yjacolin/.formation/master/config/python/plugins/geoserverexplorer/ext-libs
/home/yjacolin/Documents/Developpement/qgis_install/share/qgis/python/plugins/fTools/tools
/home/yjacolin/.formation/master/config/python/plugins/DPFE/.build/venv/lib/python2.7/site-packages
/home/yjacolin/Documents/Projets/rd/PCRS
arnaud-morvan commented 8 years ago

Can you send me the file ?

yjacolin commented 8 years ago

utilisation_terre_agricole_2010 xls

Take care to change the extension.