hdus / SRTM-Downloader

GNU General Public License v3.0
28 stars 5 forks source link

ModuleNotFoundError: No module named 'SRTM-Downloader-master.about' #10

Closed oniregoc closed 4 years ago

oniregoc commented 5 years ago

Hello,

trying to install I get the error:

"Can not load extension 'SRTM-Downloader-master' causes an error when calling its classFactory () method"

This said after closing the error message the plugin is listed in the plugins installed but not visible nor usable: "impossible to load... Details: Traceback (most recent call last): File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python\qgis\utils.py", line 335, in startPlugin plugins[packageName] = package.classFactory(iface) File "C:/Users/ANGELO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\SRTM-Downloader-master__init__.py", line 31, in classFactory from .srtm_downloader import SrtmDownloader File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python\qgis\utils.py", line 686, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/Users/ANGELO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\SRTM-Downloader-master\srtm_downloader.py", line 29, in from .srtm_downloader_dialog_base import SrtmDownloaderDialogBase File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python\qgis\utils.py", line 686, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:/Users/ANGELO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\SRTM-Downloader-master\srtm_downloader_dialog_base.py", line 32, in from .about.do_about import About File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python\qgis\utils.py", line 686, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'SRTM-Downloader-master.about'

Version de Python : 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] Version de QGIS : 3.6.3-Noosa Noosa, 0c5774c068

Thanks if you can help !