Jannik-Schilling / generate_swmm_inp

a QGIS plugin for the import and export of SWMM input files (conversion of geodata, e.g. shapefiles or geopackage into SWMM models and vice versa)
GNU General Public License v2.0
35 stars 11 forks source link

Error message - NameError: name 'self' is not defined #77

Closed amgeda1508 closed 1 year ago

amgeda1508 commented 1 year ago

Hi, what to do with this error message for running the tool?

Inked1 2

Jannik-Schilling commented 1 year ago

Hey @amgeda1508, the problem is a missing python package which you need to write a table file (xlsx, xls, or odf). You can install either the package "openpyxl" or "odf". Instructions can be found here: https://github.com/Jannik-Schilling/generate_swmm_inp#0-install

Sorry for the bad error message, I'll improve this soon.

amgeda1508 commented 1 year ago

It works: python -m pip install openpyxl With OSGeo4W shell, with "openpyxl", with "odf" not. Thank you!

Jannik-Schilling commented 1 year ago

08c4d29