Error when opening LMU vegetation IVVRM tool

Issue #530 resolved
Fabian Thiel created an issue

also happens for Create look up table app

An error has occurred while executing Python code: 

FileNotFoundError: [WinError 3] Das System kann den angegebenen Pfad nicht finden: 'C:\\Users\\thielf54\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\python\\plugins\\enmapboxplugin\\enmapbox\\apps\\lmuvegetationapps/Resources/Spec2Sensor/srf' 
Traceback (most recent call last):
  File "C:\Users\thielf54\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\lmuvegetationapps\enmapboxintegration.py", line 82, in start_GUI_IVVRM
    m = MainUiFunc()
  File "C:\Users\thielf54\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\lmuvegetationapps\IVVRM\IVVRM_GUI.py", line 1356, in __init__
    self.ivvrm = IVVRM(self)
  File "C:\Users\thielf54\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\lmuvegetationapps\IVVRM\IVVRM_GUI.py", line 161, in __init__
    self.init_sensorlist()
  File "C:\Users\thielf54\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\lmuvegetationapps\IVVRM\IVVRM_GUI.py", line 213, in init_sensorlist
    list_dir = os.listdir(APP_DIR + "/Resources/Spec2Sensor/srf")
FileNotFoundError: [WinError 3] Das System kann den angegebenen Pfad nicht finden: 'C:\\Users\\thielf54\\AppData\\Roaming\\QGIS\\QGIS3\\profiles\\default\\python\\plugins\\enmapboxplugin\\enmapbox\\apps\\lmuvegetationapps/Resources/Spec2Sensor/srf'

enmapboxplugin.3.7.20201005T130701.develop

Comments (3)

  1. Log in to comment