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

GDAL test fails with GDAL 2.1.3 #10

Open emicius opened 7 years ago

emicius commented 7 years ago

Using QGIS 2.18.7 with GDAL 2.1.3. GDAL test testGdal in /util/gdal_util.py throws an error:

lyr = ds.GetLayer(0) AttributeError: 'NoneType' object has no attribute 'GetLayer'