Dataset creation widget: 'NoneType' object has no attribute 'showProcessingAlgorithmDialog'

Issue #1019 resolved
Fabian Thiel created an issue

EnMAP-Box version 3.9

How to reproduce: Go into any Fit * processing algorithm and open dataset import widget

An error has occurred while executing Python code: 

AttributeError: 'NoneType' object has no attribute 'showProcessingAlgorithmDialog' 
Traceback (most recent call last):
  File "C:\Users/fabian/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapboxprocessing\parameter\processingparameterclassificationdatasetwidget.py", line 110, in onCreateClicked
    enmapBox.showProcessingAlgorithmDialog(alg, modal=True, wrapper=AlgorithmDialogWrapper, parent=self)
AttributeError: 'NoneType' object has no attribute 'showProcessingAlgorithmDialog'


Python version: 3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] 
QGIS version: 3.24.0-Tisler Tisler, 6b44a420 

Comments (2)

  1. Fabian Thiel reporter

    Nevermind, I deleted my profile and reinstalled the EnMAP-Box and not it seems to work

  2. Log in to comment