[Python-modules-team] Bug#820905: python-keyring: ImportError: No module named Gnome
Matthieu Imbert
matthieu.imbert at inria.fr
Wed Apr 13 16:02:33 UTC 2016
> This is probably because you hardcoded Gnome in Keyring configuration file,
> however that backend was removed in Keyring 8.x (moved to keyrings.alt package).
>
> The recommeneded alternative is to install python-secretstorage and let Keyring
> use the default secretstorage-based backend instead (which is compatible with
> GNOME Keyring too).
Hi Dmitry
You're right, i forgot that there was a config file and indeed it contained:
[backend]
default-keyring=keyring.backends.Gnome.Keyring
After removing these lines, keyring works again
You can close this one.
Thanks,
--
Matthieu
More information about the Python-modules-team
mailing list