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

Migrate AutoFields to QGIS v3.0+ #5

Closed
HBConcepts opened this issue May 4, 2018 · 3 comments
Closed

Migrate AutoFields to QGIS v3.0+ #5

HBConcepts opened this issue May 4, 2018 · 3 comments

Comments

@HBConcepts
Copy link

Migrate AutoFields to QGIS v3.0+.

Currently, trying to install AutoFields 0.5.1 from Zip to QGIS 3.0.2 leads to:

Traceback (most recent call last):
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 336, in startPlugin
   plugins[packageName] = package.classFactory(iface)
AttributeError: module 'AutoFields' has no attribute 'classFactory'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "", line 1, in 
  File "C:/OSGEO4~1/apps/qgis/./python\pyplugin_installer\installer.py", line 586, in installFromZipFile
    if startPlugin(pluginName):
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 338, in startPlugin
    _unloadPluginModules(packageName)
  File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 405, in _unloadPluginModules
    mods = _plugin_modules[packageName]
KeyError: 'AutoFields'
@gacarrillor
Copy link
Owner

What exactly would you expect from AutoFields that you cannot get from configuring Default Values in QGIS 3?

default_values

I'd like to know what would be your use case, perhaps it's worth the effort.

Regards,

Germán

@HBConcepts
Copy link
Author

HBConcepts commented May 7, 2018 via email

@gacarrillor
Copy link
Owner

Great!

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

2 participants