Error opening EnGeoMAP

Issue #828 resolved
Fabian Thiel created an issue

An error has occurred while executing Python code: 

AttributeError: 'EnGeoMAPGUI' object has no attribute 'setupUi' 
Traceback (most recent call last):
  File "/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/enmapboxplugin/enmapbox/apps/engeomap/enmapboxintegration.py", line 54, in startGUI
    ui = EnGeoMAPGUI(self.enmapbox.ui)
  File "/root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/enmapboxplugin/enmapbox/apps/engeomap/userinterfaces.py", line 76, in __init__
    self.setupUi(self)
AttributeError: 'EnGeoMAPGUI' object has no attribute 'setupUi'

Comments (1)

  1. Log in to comment