SpaceGroupUCL / qgisSpaceSyntaxToolkit

Space Syntax Toolkit for QGIS
GNU General Public License v3.0
115 stars 40 forks source link

Error in MSWindows with setDataStore() #117

Closed jorgegil closed 9 years ago

jorgegil commented 9 years ago

This happened in a setup without spatialite connections. This was the error message: An error has occured while executing Python code: Traceback (most recent call last): File "C:/Users/jorge/.qgis2/python/plugins\esstoolkit\analysis\AnalysisTool.py", line 122, in onShow self.setDatastore() File "C:/Users/jorge/.qgis2/python/plugins\esstoolkit\analysis\AnalysisTool.py", line 219, in setDatastore elif self.datastore['type'] == 1 and self.datastore['name'] in uf.listSpatialiteConnections()['name'] and os.path.exists(self.datastore['path']): TypeError: 'NoneType' object has no attribute 'getitem'