minorua / Qgis2threejs

3D map visualization and web export plugin for QGIS
http://minorua.github.io/Qgis2threejs/docs/
507 stars 92 forks source link

Cannot open plugin settings dialog #345

Closed minorua closed 1 month ago

minorua commented 2 months ago
2024-07-09T09:36:58     WARNING    Traceback (most recent call last):
              File "D:\Users\minorua\QGIS\plugins\Qgis2threejs\q3dwindow.py", line 465, in pluginSettings
              dialog = SettingsDialog(self)
              ^^^^^^^^^^^^^^^^^^^^
              File "D:\Users\minorua\QGIS\plugins\Qgis2threejs\pluginsettings.py", line 47, in __init__
              parser = configparser.SafeConfigParser()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
             AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
minorua commented 2 months ago

Python in OSGeo4W was updated from 3.9.18 to 3.12.3 in April.

https://lists.osgeo.org/pipermail/qgis-user/2024-April/054334.html https://trac.osgeo.org/osgeo4w/ticket/816#comment:1