Re: Gamez - Video Game Downloader
Posted: September 25th, 2012, 6:37 am
I just downloaded Gamez, put it on my debian box
and got these errors, any toughts?
and got these errors, any toughts?
Code: Select all
python /Gamez/Gamez.py
Traceback (most recent call last):
File "/Gamez/Gamez.py", line 5, in <module>
from gamez.WebRoot import WebRoot
File "/Gamez/gamez/WebRoot.py", line 15, in <module>
from GameTasks import *
File "/Gamez/gamez/GameTasks.py", line 12, in <module>
from Helper import replace_all,FindAddition
File "/Gamez/gamez/Helper.py", line 31
dic = {'PAL', 'USA', 'NSTC', 'JAP', 'Region Free', 'RF', 'FRENCH', 'ITALIAN'
, 'GERMAN', 'SPANISH', 'ASIA', 'JTAG', 'XGD3', 'WiiWare', 'WiiVC', 'Mixed'}
^
SyntaxError: invalid syntax