emv-framework icon indicating copy to clipboard operation
emv-framework copied to clipboard

Syntax error

Open telefonosuci opened this issue 7 years ago • 1 comments

Running the script from cmd I got the following error:

C:\Users\enrico\git\emv-framework>python emv.py

Traceback (most recent call last): File "emv.py", line 15, in from tlv import * File "C:\Users\enrico\git\emv-framework\tlv.py", line 109 print '%s%.2x [%.2x] - %s' % (deep_str, self.code, self.size, self.name) ^ SyntaxError: invalid syntax

telefonosuci avatar Mar 30 '17 12:03 telefonosuci

This is related to the python version. My code is old code for python2, and I guess you are using python3.

apuigsech avatar Jan 01 '19 13:01 apuigsech