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 #4

Closed ranjithran closed 6 years ago

ranjithran commented 6 years ago

Line 106 syntax error when checking the ps3 emmc dump 4.82

littlebalup commented 6 years ago

It works great on my side using python 2.7.11. What's your python version? (run the "python --version" command)

ranjithran commented 6 years ago

3.6.4

ranjithran commented 6 years ago

Tqs little balup it working on 2.7.11 but i have super-slim so u r in under development u need checklog

littlebalup commented 6 years ago

You need python 2.7.xx to run those scripts. Please see readme files.

Traace commented 6 years ago

Thanks.

Please consider code update for 3.6 compatibility to avoid issues. Having issues open here just because of outdated software isn't nice for the developer and user.

littlebalup commented 6 years ago

Python 2 isn't outdated yet... And there are historical reasons why those scripts are python 2 and not python 3 or even java or whatever.