I am getting an interesting error while trying to use Unpickler.load(), here is the source code:
Unpickler.load()
open(target, \'a\').close() scores = {}; with o
if path.exists(Score_file): try : with open(Score_file , "rb") as prev_Scr: return Unpickler(prev_Scr).load() except EOFError : return dict()