I am having an issue with gnome-passwordsafe. Whenever I run it I get
ModuleNotFoundError: No Module named 'Cryptodome'
The full printout is:
Traceback (most recent call last):
File "/usr/bin/gnome-passwordsafe", line 48, in <module>
from passwordsafe.application import Application
File "/usr/lib/python3.8/site-packages/passwordsafe/application.py", line 7, in <module>
from passwordsafe.main_window import MainWindow
File "/usr/lib/python3.8/site-packages/passwordsafe/main_window.py", line 12, in <module>
from passwordsafe.create_database import CreateDatabase
File "/usr/lib/python3.8/site-packages/passwordsafe/create_database.py", line 8, in <module>
import passwordsafe.keyfile_generator
File "/usr/lib/python3.8/site-packages/passwordsafe/keyfile_generator.py", line 3, in <module>
from Cryptodome.Cipher import AES
ModuleNotFoundError: No module named 'Cryptodome'
I looked up Cryptodome, I have it installed (for Python 3). I downgraded to see if that was an issue but I got the same problem so I updated it again. Any help would be appreciated!
EDIT: I downgraded gnome-passwordsafe from 4.beta-1 to 3.99.2-1 and now it works again.
EDIT: Turns out I forgot to reinstall an ignored pykeepass update from a previous release. I had the same issue as in this post here: OliverVanHasen - Gnome Password Safe⦠and downgraded pykeepass. I just upgraded both pykeepass and gnome-passwordsafe and everything works fine.