When I try to run pyPS3checker it gives me syntaxError: invalid syntax. No matter if I use a vaild dump or not line 106 print tab, " ".join (a+b for a,b in zip (chunk [::2], chunk [1::2])) ^ ...