gacarrillor / AutoFields

QGIS plugin to configure automatic vector field updates when creating or modifying features.
GNU General Public License v2.0
9 stars 3 forks source link

It doesn't install in QGIS 3.10.4 #8

Closed piretro closed 4 years ago

piretro commented 4 years ago

It seems that Python version is changed and maybe qgis import methods too therefore some updating is needed in AutoFields code

I was able to fix line #165 in AutoFields.py to Python 3.7 syntax except ValueError as e:

but a new error which I am not able to fix popped up: ModuleNotFoundError: No module named 'AutoFields-0' Traceback (most recent call last): File "C:/OSGEO4~1/apps/qgis-ltr/./python\qgis\utils.py", line 312, in loadPlugin import(packageName) File "C:/OSGEO4~1/apps/qgis-ltr/./python\qgis\utils.py", line 744, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'AutoFields-0'

gacarrillor commented 4 years ago

AutoFields is not supported for QGIS v3.x. The functionality comes now within QGIS core.