NathanW2 / qgis_hats

Who likes hats? Seems the QGIS logo does!
11 stars 7 forks source link

ImportError: No module named error #4

Closed SergioGollino closed 7 years ago

SergioGollino commented 7 years ago

On QGIS 2.14.9 ltr, the plugin won't start and gives this error:


Couldn't load plugin 'qgis_hats'

ImportError: No module named error

Traceback (most recent call last):
  File "C:/OSGEO4~1/apps/qgis-ltr/./python\qgis\utils.py", line 281, in loadPlugin
    __import__(packageName)
  File "C:/OSGEO4~1/apps/qgis-ltr/./python\qgis\utils.py", line 572, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/sergio.gollino/.qgis2/python/plugins\qgis_hats\__init__.py", line 14, in 
    from urllib.error import HTTPError
  File "C:/OSGEO4~1/apps/qgis-ltr/./python\qgis\utils.py", line 572, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named error

Thank you!

SteveLowman commented 7 years ago

I confirm this is an issue. Colleagues are distressed!