Processing Toolbox panel is not working in QGIS 3.24

Issue #1021 resolved
Andreas Janz created an issue

When clicking on any algorithm, the dialog isn’t showing up.

Comments (9)

  1. Andreas Rabe
    • changed status to open

    Now I get an error, when running an algorithm:

    ```Traceback (most recent call last): File "D:\source\QGISPlugIns\enmap-box\enmapbox\gui\enmapboxgui.py", line 549, in executeAlgorithm processingPlugin = qgis.utils.pluginsplugins.get('processing', AttributeError: module 'qgis.utils' has no attribute 'pluginsplugins'

    ```

  2. Andreas Rabe
    • changed status to open

    Another error:

    Traceback (most recent call last): File "D:\source\QGISPlugIns\enmap-box\enmapbox\gui\enmapboxgui.py", line 552, in executeAlgorithm processingPlugin.executeAlgorithm.executeAlgorithm(alg_id, parent, in_place=in_place, as_batch=as_batch) AttributeError: 'function' object has no attribute 'executeAlgorithm'

  3. Log in to comment