defrex / django-encrypted-fields

This is a collection of Django Model Field classes that are encrypted using Keyczar.
MIT License
193 stars 60 forks source link

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

Open ACPK opened 6 years ago

ACPK commented 6 years ago

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"
carlitoselmago commented 2 years ago

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