envirosolutionspl / pobieracz_danych_gugik

Wtyczka QGIS do pobierania danych przestrzennych z zasobów GUGiK
GNU General Public License v3.0
5 stars 1 forks source link

Wtyczka nie uruchamia się na QGIS 3.30 na Kubuntu 22.10. #50

Closed ekolabynet closed 2 months ago

ekolabynet commented 1 year ago

Dzień dobry, mam niestety nieco dalszych problemów z wtyczką pobieracz, która jest bardzo pomocna w zadaniach związanych wizualizacjami. Jest super, więc mi jej brakuje :-).

W tej chwili na Kubuntu 22.10 wtyczka w najnowszej wersji 1.0.4 instaluje się bez problemów. image

Niestety po wywołaniu nie ładuje i zgłasza następujący błąd w oknie komunikatów. CZY TO PROBLEM Z MOJĄ INSTALACJĄ? GDZIE SZUKA PRZYCZYNY? Pozdrawiam gorąco Piotr Mędrzycki


2023-03-16T11:07:19 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/modules/map_point_search/main.py:11: DeprecationWarning: QgsCoordinateReferenceSystem.createFromSrid() is deprecated CRS_2180.createFromSrid(2180)

         traceback: File "", line 1, in 
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 448, in startPlugin
          plugins[packageName].initGui()
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/gissupport_plugin.py", line 119, in initGui
          self.initModules()
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/gissupport_plugin.py", line 105, in initModules
          spec.loader.exec_module(module)
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/main.py", line 20, in 
          from gissupport_plugin.modules.uldk.modules.map_point_search.main import MapPointSearch
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/modules/map_point_search/main.py", line 11, in 
          CRS_2180.createFromSrid(2180)

2023-03-16T11:07:19 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/modules/layer_import/worker.py:21: DeprecationWarning: QgsCoordinateReferenceSystem.createFromSrid() is deprecated CRS_2180.createFromSrid(2180)

         traceback: File "", line 1, in 
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 448, in startPlugin
          plugins[packageName].initGui()
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/gissupport_plugin.py", line 119, in initGui
          self.initModules()
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/gissupport_plugin.py", line 105, in initModules
          spec.loader.exec_module(module)
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/main.py", line 21, in 
          from gissupport_plugin.modules.uldk.modules.layer_import.main import LayerImport
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/modules/layer_import/main.py", line 13, in 
          from .worker import LayerImportWorker
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/modules/layer_import/worker.py", line 21, in 
          CRS_2180.createFromSrid(2180)

2023-03-16T11:07:19 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/modules/layer_import/main.py:20: DeprecationWarning: QgsCoordinateReferenceSystem.createFromSrid() is deprecated CRS_2180.createFromSrid(2180)

         traceback: File "", line 1, in 
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 448, in startPlugin
          plugins[packageName].initGui()
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/gissupport_plugin.py", line 119, in initGui
          self.initModules()
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/gissupport_plugin.py", line 105, in initModules
          spec.loader.exec_module(module)
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/main.py", line 21, in 
          from gissupport_plugin.modules.uldk.modules.layer_import.main import LayerImport
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/modules/layer_import/main.py", line 20, in 
          CRS_2180.createFromSrid(2180)

2023-03-16T11:07:19 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/lpis/qgis_adapter.py:7: DeprecationWarning: QgsCoordinateReferenceSystem.createFromSrid() is deprecated crs_2180.createFromSrid(2180)

         traceback: File "", line 1, in 
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 448, in startPlugin
          plugins[packageName].initGui()
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/gissupport_plugin.py", line 119, in initGui
          self.initModules()
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/gissupport_plugin.py", line 105, in initModules
          spec.loader.exec_module(module)
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/main.py", line 22, in 
          from gissupport_plugin.modules.uldk.modules.teryt_search.main import TerytSearch
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/modules/teryt_search/main.py", line 15, in 
          from ...lpis.qgis_adapter import extract_lpis_bbox
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/gissupport_plugin/modules/uldk/lpis/qgis_adapter.py", line 7, in 
          crs_2180.createFromSrid(2180)

2023-03-16T11:07:23 WARNING warning:/usr/lib/python3/dist-packages/qgis/utils.py:888: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses mod = _builtin_import(name, globals, locals, fromlist, level)

         traceback: File "", line 1, in 
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/OSMDownloader/__init__.py", line 34, in classFactory
          from .osmDownloader import OSMDownloader
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/OSMDownloader/osmDownloader.py", line 31, in 
          from .osmDownloader_dialog import OSMDownloaderDialog
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/OSMDownloader/osmDownloader_dialog.py", line 36, in 
          from .osm_downloader import OSMRequest
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/OSMDownloader/osm_downloader.py", line 25, in 
          from future import standard_library
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1078, in _handle_fromlist
          File "", line 241, in _call_with_frames_removed
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/usr/lib/python3/dist-packages/future/standard_library/__init__.py", line 65, in 
          import imp
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/usr/lib/python3.10/imp.py", line 31, in 
          warnings.warn("the imp module is deprecated in favour of importlib and slated "

2023-03-16T11:13:23 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/StreetView/streetview.py:120: DeprecationWarning: QgsCoordinateReferenceSystem constructor is deprecated crsDest = QgsCoordinateReferenceSystem(4326) # WGS 84 / UTM zone 33N

         traceback: File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/StreetView/streetview.py", line 120, in canvasReleaseEvent
          crsDest = QgsCoordinateReferenceSystem(4326) # WGS 84 / UTM zone 33N

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/tasks/downloadWfsEgibTask.py:453: DeprecationWarning: invalid escape sequence '\i' msgbox.setIconPixmap(QPixmap(self.plugin_dir + "\img\lightbulb.png"))

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 5, in classFactory
          from .pobieracz_danych_gugik import PobieraczDanychGugik
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 8, in 
          from .tasks import (
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/tasks/__init__.py", line 8, in 
          from .downloadWfsEgibTask import DownloadWfsEgibTask
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/wfs/wfs_egib.py:542: DeprecationWarning: invalid escape sequence '\w' folder = "C:\wtyczka aktualizacja\probne/"

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 5, in classFactory
          from .pobieracz_danych_gugik import PobieraczDanychGugik
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 8, in 
          from .tasks import (
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/tasks/__init__.py", line 8, in 
          from .downloadWfsEgibTask import DownloadWfsEgibTask
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/tasks/downloadWfsEgibTask.py", line 7, in 
          from ..wfs import WfsEgib
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/wfs/__init__.py", line 2, in 
          from .wfs_egib import WfsEgib
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/ortofoto_api.py:7: DeprecationWarning: invalid escape sequence '{' c = re.compile("{{1}.*}{1}")

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 5, in classFactory
          from .pobieracz_danych_gugik import PobieraczDanychGugik
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 23, in 
          from . import utils, ortofoto_api, nmt_api, nmpt_api, service_api, las_api, reflectance_api, aerotriangulacja_api, \
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1078, in _handle_fromlist
          File "", line 241, in _call_with_frames_removed
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/nmt_api.py:7: DeprecationWarning: invalid escape sequence '{' c = re.compile("{{1}.*}{1}")

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 5, in classFactory
          from .pobieracz_danych_gugik import PobieraczDanychGugik
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 23, in 
          from . import utils, ortofoto_api, nmt_api, nmpt_api, service_api, las_api, reflectance_api, aerotriangulacja_api, \
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1078, in _handle_fromlist
          File "", line 241, in _call_with_frames_removed
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/nmpt_api.py:7: DeprecationWarning: invalid escape sequence '{' c = re.compile("{{1}.*}{1}")

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 5, in classFactory
          from .pobieracz_danych_gugik import PobieraczDanychGugik
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 23, in 
          from . import utils, ortofoto_api, nmt_api, nmpt_api, service_api, las_api, reflectance_api, aerotriangulacja_api, \
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1078, in _handle_fromlist
          File "", line 241, in _call_with_frames_removed
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/las_api.py:10: DeprecationWarning: invalid escape sequence '{' c = re.compile("{{1}.*}{1}")

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 5, in classFactory
          from .pobieracz_danych_gugik import PobieraczDanychGugik
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 23, in 
          from . import utils, ortofoto_api, nmt_api, nmpt_api, service_api, las_api, reflectance_api, aerotriangulacja_api, \
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1078, in _handle_fromlist
          File "", line 241, in _call_with_frames_removed
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/reflectance_api.py:6: DeprecationWarning: invalid escape sequence '{' c = re.compile("{{1}.*}{1}")

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 5, in classFactory
          from .pobieracz_danych_gugik import PobieraczDanychGugik
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 23, in 
          from . import utils, ortofoto_api, nmt_api, nmpt_api, service_api, las_api, reflectance_api, aerotriangulacja_api, \
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1078, in _handle_fromlist
          File "", line 241, in _call_with_frames_removed
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/aerotriangulacja_api.py:7: DeprecationWarning: invalid escape sequence '{' c = re.compile("{{1}.*}{1}")

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 5, in classFactory
          from .pobieracz_danych_gugik import PobieraczDanychGugik
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 23, in 
          from . import utils, ortofoto_api, nmt_api, nmpt_api, service_api, las_api, reflectance_api, aerotriangulacja_api, \
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1078, in _handle_fromlist
          File "", line 241, in _call_with_frames_removed
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/mozaika_api.py:7: DeprecationWarning: invalid escape sequence '{' c = re.compile("{{1}.*}{1}")

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 5, in classFactory
          from .pobieracz_danych_gugik import PobieraczDanychGugik
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 23, in 
          from . import utils, ortofoto_api, nmt_api, nmpt_api, service_api, las_api, reflectance_api, aerotriangulacja_api, \
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1078, in _handle_fromlist
          File "", line 241, in _call_with_frames_removed
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/wizualizacja_karto_api.py:43: DeprecationWarning: invalid escape sequence '\d' data_wzorzec = re.compile("(\d{4}-\d{1,2}-\d{1,2})")

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 5, in classFactory
          from .pobieracz_danych_gugik import PobieraczDanychGugik
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 23, in 
          from . import utils, ortofoto_api, nmt_api, nmpt_api, service_api, las_api, reflectance_api, aerotriangulacja_api, \
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1078, in _handle_fromlist
          File "", line 241, in _call_with_frames_removed
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/zdjecia_lotnicze_api.py:8: DeprecationWarning: invalid escape sequence '{' c = re.compile("{{1}.*}{1}")

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 5, in classFactory
          from .pobieracz_danych_gugik import PobieraczDanychGugik
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 883, in exec_module
          File "", line 241, in _call_with_frames_removed
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 23, in 
          from . import utils, ortofoto_api, nmt_api, nmpt_api, service_api, las_api, reflectance_api, aerotriangulacja_api, \
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1078, in _handle_fromlist
          File "", line 241, in _call_with_frames_removed
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/qgis_feed.py:8: DeprecationWarning: invalid escape sequence '\d' self.qgisFeedPattern = re.compile('core/NewsFeed/httpsfeedqgisorg/9999\d+/\w+')

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 7, in classFactory
          return PobieraczDanychGugik(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 44, in __init__
          from .qgis_feed import QgisFeed
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed

2023-03-16T11:29:49 WARNING warning:/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/qgis_feed.py:9: DeprecationWarning: invalid escape sequence '\d' self.envirosolutionsFeedPattern = re.compile('core/NewsFeed/httpsqgisfeedenvirosolutionspl/\d+/\w+')

         traceback: File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 285, in showPluginManagerWhenReady
          iface.pluginManagerInterface().showPluginManager(tabIndex)
          File "", line 1, in 
          File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 359, in installPlugin
          reloadPlugin(key) # unloadPlugin + loadPlugin + startPlugin
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 588, in reloadPlugin
          started = startPlugin(packageName)
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 443, in startPlugin
          if not _startPlugin(packageName):
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 423, in _startPlugin
          plugins[packageName] = package.classFactory(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/__init__.py", line 7, in classFactory
          return PobieraczDanychGugik(iface)
          File "/home/piotr/.local/share/QGIS/QGIS3/profiles/default/python/plugins/pobieracz_danych_gugik/pobieracz_danych_gugik.py", line 44, in __init__
          from .qgis_feed import QgisFeed
          File "/usr/lib/python3/dist-packages/qgis/utils.py", line 888, in _import
          mod = _builtin_import(name, globals, locals, fromlist, level)
          File "", line 1027, in _find_and_load
          File "", line 1006, in _find_and_load_unlocked
          File "", line 688, in _load_unlocked
          File "", line 879, in exec_module
          File "", line 1017, in get_code
          File "", line 947, in source_to_code
          File "", line 241, in _call_with_frames_removed
envirosolutionspl commented 1 year ago

Ostrzeżenia są związane z wykorzystaniem starych narzędzi w celu utrzymania działania na starszych wersjach QGIS. Nie powinny powodować problemów w funkcjonowaniu wtyczki.

ekolabynet commented 1 year ago

Czy mogę coś przetestować z instalacją wtyczki albo z bibliotekami Pythona itp?

PM

W dniu 16.03.2023 o 11:53, EnviroSolutions Sp. z o.o. pisze:

Ostrzeżenia są związane z wykorzystaniem starych narzędzi w celu utrzymania działania na starszych wersjach QGIS. Nie powinny powodować problemów w funkcjonowaniu wtyczki.

— Reply to this email directly, view it on GitHub https://github.com/envirosolutionspl/pobieracz_danych_gugik/issues/50#issuecomment-1471724252, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHFGRI5OGLNDVMOL3JBIWA3W4LWJBANCNFSM6AAAAAAV5AVDJA. You are receiving this because you authored the thread.Message ID: @.***>

wojtek19022 commented 2 months ago

Dzień dobry @ekolabynet poprawiliśmy wtyczkę o przedstawiony wątek :) w najnowszej wersji wtyczka powinna działać bezproblemowo. | Dopóki nie opublikujemy zaktualizowanej wersji, można sprawdzić wtyczkę zainstalowaną za pomocą pliku zip (pobierając ją z brancha dev)

ekolabynet commented 2 months ago

Dzień dobry, po zmianie mojego systemu na Kubuntu 23.10 zaczęła działać w porządku, ale poprawki sa zawsze mile widziane :-). Ściągnęła się dziś aktualizacja, działa jak zawsze bezbłędnie. Jest w TOP4 obowiązkowych wtyczek do zainstalowania. Na zajęciach ze studentami zawsze ją polecam :-).