Advertisement
Guest User

Untitled

a guest
May 20th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. AttributeError: 'QgsProject' object has no attribute 'cleared'
  2. Traceback (most recent call last):
  3. File "C:/Users/Owner/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\qgis2web.py", line 60, in run
  4. self.dlg = MainDialog(self.iface)
  5. File "C:/Users/Owner/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\maindialog.py", line 160, in __init__
  6. QgsProject.instance().cleared.connect(self.reject)
  7. AttributeError: 'QgsProject' object has no attribute 'cleared'
  8.  
  9.  
  10. Python version: 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)]
  11. QGIS version: 3.0.2-Girona Girona, 307d082e3d
  12.  
  13. Python Path:
  14. C:/PROGRA~1/QGIS3~1.0/apps/qgis/./python
  15. C:/Users/Owner/AppData/Roaming/QGIS/QGIS3\profiles\default/python
  16. C:/Users/Owner/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
  17. C:/PROGRA~1/QGIS3~1.0/apps/qgis/./python/plugins
  18. C:\Program Files\QGIS 3.0\bin\python36.zip
  19. C:\PROGRA~1\QGIS3~1.0\apps\Python36\DLLs
  20. C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib
  21. C:\Program Files\QGIS 3.0\bin
  22. C:\PROGRA~1\QGIS3~1.0\apps\Python36
  23. C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages
  24. C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\win32
  25. C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\win32\lib
  26. C:\PROGRA~1\QGIS3~1.0\apps\Python36\lib\site-packages\Pythonwin
  27. C:/Users/Owner/AppData/Roaming/QGIS/QGIS3\profiles\default/python
  28. C:\Users\Owner\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\DigitizingTools\tools
  29. C:\Users\Owner\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement