littlebalup / PyPS3tools

Suite of python tools for PS3 flash memory dump files.
GNU General Public License v2.0
269 stars 168 forks source link

Syntax Error: Invalid Syntax for unix systems. (check.py | arch linux) #44

Open Adi-0 opened 3 years ago

Adi-0 commented 3 years ago

File "/home/user/PyPS3tools-master/PyPS3checker/checker.py",

line 106:

print tab, " ".join(a+b for a,b in zip(chunk[::2], chunk[1::2]))
      ^

SyntaxError: invalid syntax

(Thank you for making this software unix compatible btw, its a godsend)

fulzamoth commented 3 years ago

It's Python 2 code, so you'll need to call it explicitly:

python2 checker.py <file>