Hi,
when loading an already save variable using pickle, I get the following error:
File "nm.1.3.py", line 799, in __init__
sett = pickle.load(fp)
File "/usr/lib/python2.4/pickle.py", line 1390, in load
return Unpickler(file).load()
File "/usr/lib/python2.4/pickle.py", line 872, in load
dispatch[key](self)
File "/usr/lib/python2.4/pickle.py", line 985, in load_string
self.append(rep.decode("string-escape"))
LookupError: no codec search functions registered: can't find encoding
Does anyone know what python-* must I install to make it work?
TIA