Skip to content

Not installable in QGIS 3 #2

@kgraefe

Description

@kgraefe

The plugin is not available in the plugin list in QGIS and manual installation from the ZIP file fails with the following error message:

ModuleNotFoundError: No module named 'tilemapscaleplugin' 
Traceback (most recent call last):
  File "C:/PROGRA~1/QGIS3~1.0/apps/qgis/./python\qgis\utils.py", line 336, in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "C:/Users/kgraefe/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\TileMapScaleLevels\__init__.py", line 26, in classFactory
    from tilemapscaleplugin import TileMapScalePlugin
  File "C:/PROGRA~1/QGIS3~1.0/apps/qgis/./python\qgis\utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'tilemapscaleplugin'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions