Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geopunt4qgis not working after recent update #28

Open
johansanders opened this issue Sep 7, 2023 · 0 comments
Open

geopunt4qgis not working after recent update #28

johansanders opened this issue Sep 7, 2023 · 0 comments

Comments

@johansanders
Copy link

Kon plug-in 'geopunt4Qgis' niet laden wegens een fout bij het aanroepen van de methode classFactory()

AttributeError: 'NoneType' object has no attribute 'crs'
Traceback (most recent call last):
File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 423, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\geopunt4Qgis_init
.py", line 28, in classFactory
return geopunt4Qgis(iface)
File "C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\geopunt4Qgis\geopunt4qgis.py", line 54, in init
if mathplotlibWorks : self.elevationDlg = geopunt4QgisElevationDialog(self.iface)
File "C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\geopunt4Qgis\geopunt4QgisElevation.py", line 43, in init
self._initGui()
File "C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\geopunt4Qgis\geopunt4QgisElevation.py", line 56, in _initGui
self.dhm = dhm()
File "C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\geopunt4Qgis\geopunt\dhm.py", line 12, in init
self.crs =self.dhmlayer.crs()
AttributeError: 'NoneType' object has no attribute 'crs'

Python versie: 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)]
QGIS versie: 3.32.2-Lima Lima, c0b88339

Python pad:
C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\ProcessX
C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\MultiMaps
C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\merge_selected_features
C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\dissect_dissolve_overlaps
C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\clusterpoints
C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\buffer_without_overlaps
C:/OSGeo4W/apps/qgis/./python
C:/Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python
C:/Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins
C:/OSGeo4W/apps/qgis/./python/plugins
C:\OSGeo4W\apps\grass\grass83\etc\python
C:\OSGeo4W\bin
C:\OSGeo4W\bin\python39.zip
C:\OSGeo4W\apps\Python39\DLLs
C:\OSGeo4W\apps\Python39\lib
C:\OSGeo4W\apps\Python39
C:\OSGeo4W\apps\Python39\lib\site-packages
C:\OSGeo4W\apps\Python39\lib\site-packages\win32
C:\OSGeo4W\apps\Python39\lib\site-packages\win32\lib
C:\OSGeo4W\apps\Python39\lib\site-packages\Pythonwin
C:/Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python
D:\eclipse\plugins\org.python.pydev.core_7.0.3.201811082356\pysrc
C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\go2streetview
C:\Users\johan_sanders\AppData\Roaming\QGIS\QGIS3\profiles\bbqgis_3\python\plugins\go2streetview\res
C:\Users\johan_sanders\AppData\Roaming\QGIS\QGIS3\profiles\bbqgis_3\python\plugins\kmltools\libs
C:\Users\johan_sanders\AppData\Roaming\QGIS\QGIS3\profiles\bbqgis_3\python\plugins\mmqgis/forms
C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\qgis2web
C:\Users\johan_sanders\AppData\Roaming\QGIS\QGIS3\profiles\bbqgis_3\python\plugins
C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\qgis_resource_sharing
C:\Users\johan_sanders\AppData\Roaming\QGIS\QGIS3\profiles\bbqgis_3\python\plugins\qgis_resource_sharing
C:\Users\johan_sanders\AppData\Roaming\QGIS\QGIS3\profiles\bbqgis_3\python\plugins\qgis_resource_sharing\ext_libs
.
C:\Users\johan_sanders\AppData\Roaming\QGIS\QGIS3\profiles\bbqgis_3\python\plugins\QuickMultiAttributeEdit3/forms
C:\Users/johan_sanders/AppData/Roaming/QGIS/QGIS3\profiles\bbqgis_3/python/plugins\vrtbuilderplugin
C:\Users\johan_sanders\AppData\Roaming\QGIS\QGIS3\profiles\bbqgis_3\python\plugins\vrtbuilderplugin\vrtbuilder
C:/Users/johan_sanders/AppData/Roaming/QGIS/QGIS3/profiles/bbqgis_3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant