Hi,

There seems to be an issue with custom widgets in Python. For example this
plugin bug: ImportError: No module named qgsfieldcombobox (
https://github.com/informeren/qgis-cartogram/issues/2)

Compiling with
pyuic4 -o cartogram_dialog_base.py cartogram_dialog_base.ui
results in
from qgsfieldcombobox import QgsFieldComboBox
while it should be
from qgis.gui import QgsFieldComboBox

Is there some way to fix this on our side?

Best wishes,
Anita
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to