django-encrypted-fields
django-encrypted-fields copied to clipboard
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(t "Generating private key sets...")?
I get the error:
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(t "Generating private key sets...")?
When I run:
"keyczart create --location=fieldkeys --purpose=crypt"
This is because the code is made for python2 and you are using Python3 (Python3 requires parenthesis when using Print())