Il 29/06/2018 08:59, Paolo Cavallini ha scritto: > Hi all, > I have two QGIS 2.18: one compiled from source and one standard deb > package, on Debian Sid. In the first one the Lizmap plugin works well, > while in the self compiled on I get an error at startup: > ImportError: cannot import name QgsCodeEditorHTML > There is a ticket on the plugin bugtracker: > https://github.com/3liz/lizmap-plugin/issues/55 > but no real explanation. > Does anyone have an idea?
So this does not appear a plugin issue, but a compiliation one; trom the py console: from qgis.gui import QgsCodeEditorHTML Traceback (most recent call last): File "<input>", line 1, in <module> ImportError: cannot import name QgsCodeEditorHTML Any hint? Thanks. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http://www.faunalia.eu/training.html https://www.google.com/trends/explore?date=all&geo=IT&q=qgis,arcgis _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
