You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Konnte Erweiterung 'qdraw' nicht laden aufgrund eines Fehlers beim Aufruf der classFactory() Methode
TypeError: arguments did not match any overloaded call: move(self, a0: QPoint): argument 1 has unexpected type 'float' move(self, ax: int, ay: int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
File "C:\PROGRA1/QGIS331.10/apps/qgis-ltr/./python\qgis\utils.py", line 423, in startPlugin
plugins[packageName] = package.classFactory(iface)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AKS4\AKS-QGIS-Konfig\qgis3\profiles\default/python/plugins\qdraw_init.py", line 22, in classFactory
return Qdraw(iface)
^^^^^^^^^^^^
File "D:\AKS4\AKS-QGIS-Konfig\qgis3\profiles\default/python/plugins\qdraw\qdraw.py", line 78, in init
self.settings = QdrawSettings()
^^^^^^^^^^^^^^^
File "D:\AKS4\AKS-QGIS-Konfig\qgis3\profiles\default/python/plugins\qdraw\qdrawsettings.py", line 36, in init
self.center()
File "D:\AKS4\AKS-QGIS-Konfig\qgis3\profiles\default/python/plugins\qdraw\qdrawsettings.py", line 81, in center
self.move((screen.width() - size.width()) / 2,
TypeError: arguments did not match any overloaded call:
move(self, a0: QPoint): argument 1 has unexpected type 'float'
move(self, ax: int, ay: int): argument 1 has unexpected type 'float'
Python-Version: 3.12.5 (main, Aug 8 2024, 11:21:54) [MSC v.1938 64 bit (AMD64)]
QGIS-Version: 3.34.10-Prizren Prizren, 113de9e1
Probably the problem is the version in the QGIS plugin repo https://plugins.qgis.org/plugins/qdraw/#plugin-versions is 3.0.2 , date: 2021-08-20 which does not contain #12 (date: 2022-10-22) so the install from the QGIS plugins menu fails.
Konnte Erweiterung 'qdraw' nicht laden aufgrund eines Fehlers beim Aufruf der classFactory() Methode
TypeError: arguments did not match any overloaded call: move(self, a0: QPoint): argument 1 has unexpected type 'float' move(self, ax: int, ay: int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
File "C:\PROGRA
1/QGIS331.10/apps/qgis-ltr/./python\qgis\utils.py", line 423, in startPluginplugins[packageName] = package.classFactory(iface)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AKS4\AKS-QGIS-Konfig\qgis3\profiles\default/python/plugins\qdraw_init.py", line 22, in classFactory
return Qdraw(iface)
^^^^^^^^^^^^
File "D:\AKS4\AKS-QGIS-Konfig\qgis3\profiles\default/python/plugins\qdraw\qdraw.py", line 78, in init
self.settings = QdrawSettings()
^^^^^^^^^^^^^^^
File "D:\AKS4\AKS-QGIS-Konfig\qgis3\profiles\default/python/plugins\qdraw\qdrawsettings.py", line 36, in init
self.center()
File "D:\AKS4\AKS-QGIS-Konfig\qgis3\profiles\default/python/plugins\qdraw\qdrawsettings.py", line 81, in center
self.move((screen.width() - size.width()) / 2,
TypeError: arguments did not match any overloaded call:
move(self, a0: QPoint): argument 1 has unexpected type 'float'
move(self, ax: int, ay: int): argument 1 has unexpected type 'float'
Python-Version: 3.12.5 (main, Aug 8 2024, 11:21:54) [MSC v.1938 64 bit (AMD64)]
QGIS-Version: 3.34.10-Prizren Prizren, 113de9e1
Python-Pfad:
C:/PROGRA
1/QGIS331.10/apps/qgis-ltr/./pythonD:\AKS4\AKS-QGIS-Konfig\qgis3\profiles\default/python
D:\AKS4\AKS-QGIS-Konfig\qgis3\profiles\default/python/plugins
C:/PROGRA
1/QGIS331.10/apps/qgis-ltr/./python/pluginsC:\PROGRA
1\QGIS331.10\apps\grass\grass84\etc\pythonC:\Program Files\QGIS 3.34.10\bin
C:\Program Files\QGIS 3.34.10\bin\python312.zip
C:\PROGRA
1\QGIS331.10\apps\Python312\DLLsC:\PROGRA
1\QGIS331.10\apps\Python312\LibC:\PROGRA
1\QGIS331.10\apps\Python312C:\PROGRA
1\QGIS331.10\apps\Python312\Lib\site-packagesC:\PROGRA
1\QGIS331.10\apps\Python312\Lib\site-packages\win32C:\PROGRA
1\QGIS331.10\apps\Python312\Lib\site-packages\win32\libC:\PROGRA
1\QGIS331.10\apps\Python312\Lib\site-packages\PythonwinD:\AKS4\AKS-QGIS-Konfig\qgis3\profiles\default/python
D:/AKS4/GIS_Projekte/brwzonen/rwz_014ub210040
C:\Program Files\QGIS 3.34.10\bin
The text was updated successfully, but these errors were encountered: