django-encrypted-fields icon indicating copy to clipboard operation
django-encrypted-fields copied to clipboard

SyntaxError: Missing parentheses in call to 'print'. Did you mean print(t "Generating private key sets...")?

Open ACPK opened this issue 7 years ago • 1 comments

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"

ACPK avatar Dec 20 '17 21:12 ACPK

This is because the code is made for python2 and you are using Python3 (Python3 requires parenthesis when using Print())

carlitoselmago avatar Nov 24 '21 10:11 carlitoselmago