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

ImportError: cannot import name QgsCodeEditorHTML #106

Closed
pcav opened this issue Jun 28, 2018 · 1 comment
Closed

ImportError: cannot import name QgsCodeEditorHTML #106

pcav opened this issue Jun 28, 2018 · 1 comment

Comments

@pcav
Copy link
Collaborator

pcav commented Jun 28, 2018

Unsure whether this is an issue of LM plugin. I just recompiled QGIS 2.18 on Debian Sid, and at startup I get:

Traceback (most recent call last):
  File "/usr/local/src/qgis/QGIS/build_qgis2/output/python/qgis/utils.py", line 333, in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/home/pcav/.qgis2/python/plugins/lizmap/__init__.py", line 75, in classFactory
    from lizmap import lizmap
  File "/usr/local/src/qgis/QGIS/build_qgis2/output/python/qgis/utils.py", line 607, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/home/pcav/.qgis2/python/plugins/lizmap/lizmap.py", line 78, in 
    from lizmapdialog import lizmapDialog
  File "/usr/local/src/qgis/QGIS/build_qgis2/output/python/qgis/utils.py", line 607, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/home/pcav/.qgis2/python/plugins/lizmap/lizmapdialog.py", line 52, in 
    os.path.dirname(__file__), 'ui_lizmap.ui'))
  File "/usr/lib/python2.7/dist-packages/PyQt4/uic/__init__.py", line 211, in loadUiType
    exec(code_string.getvalue(), ui_globals)
  File "", line 2483, in 
ImportError: cannot import name QgsCodeEditorHTML
@pcav
Copy link
Collaborator Author

pcav commented Jun 28, 2018

Duplicate

@pcav pcav closed this as completed Jun 28, 2018
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