AttributeError: 'function' object has no attribute 'mSources'

Issue #310 resolved
Benjamin Jakimow created an issue

2019-11-05T17:44:06     WARNING    Traceback (most recent call last):
              File "C:\Users\coopersa\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\enmapboxapplications\__init__.py", line 131, in startGUI
              w = SynthmixApp(parent=self.enmapbox.ui)
              File "C:\Users\coopersa\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\enmapboxapplications\synthmixapp\core.py", line 20, in __init__
              self.setupUi(self)
              File "", line 34, in setupUi
              File "C:\Users\coopersa\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\enmapboxapplications\widgets\core.py", line 56, in __init__
              self.setupUi(self)
              File "", line 10, in setupUi
              File "C:\Users\coopersa\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\enmapboxapplications\widgets\core.py", line 29, in __init__
              self.setLibraries()
              File "C:\Users\coopersa\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\enmapboxapplications\widgets\core.py", line 40, in setLibraries
              for source in self.enmapBox.dataSourceManager.mSources:
             AttributeError: 'function' object has no attribute 'mSources'

Comments (2)

  1. Log in to comment