littlebalup / PyPS3tools

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

Invalid checker syntax with Python 3.6.5 #9

Closed oblivioncth closed 6 years ago

oblivioncth commented 6 years ago

Trying to use the checker in any way produces a Python syntax error on line 106.

\PyPS3checker\checker.py", line 106 print tab, " ".join(a+b for a,b in zip(chunk[::2], chunk[1::2]))

littlebalup commented 6 years ago

Coded for python 2. Please read readme files

oblivioncth commented 6 years ago

Should probably be mentioned in the top level read me since the entire suite uses 2.x. I'll admit I swore I checked the lower level ones and didn't see anything and just had to figure this out by trying 2.7 afterwards. Guess I was distracted, my mistake.