SyntaxError: Missing parentheses in call to 'print'. Did you mean print(t "Generating private key sets...")?
ACPK opened this issue · 1 comments
ACPK commented
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
This is because the code is made for python2 and you are using Python3 (Python3 requires parenthesis when using Print())