When I try to make the sample of the wiki I have this error:
File "", line 1, in
File "/home/eamanu/dev/Chaos/generate_keys_secret.py", line 1, in
from encryption import decrypt
File "encryption.py", line 48, in
decrypt = create_decryptor("/etc/privkey", "server/pubkey.txt")
File "encryption.py", line 14, in create_decryptor
except FileNotFoundError:
NameError: global name 'FileNotFoundError' is not defined
When I try to make the sample of the wiki I have this error:
File "", line 1, in
File "/home/eamanu/dev/Chaos/generate_keys_secret.py", line 1, in
from encryption import decrypt
File "encryption.py", line 48, in
decrypt = create_decryptor("/etc/privkey", "server/pubkey.txt")
File "encryption.py", line 14, in create_decryptor
except FileNotFoundError:
NameError: global name 'FileNotFoundError' is not defined
Where I am wrong?