p
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib64/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib64/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.8/site-packages/passwordsafe/keyfile_generator.py", line 13, in generate_keyfile
cipher = AES.new(key, AES.MODE_EAX)
AttributeError: module 'Crypto.Cipher.AES' has no attribute 'MODE_EAX'