A friend of mine gave me his movie db from his windows version of griffith. I'm using the linux version. I copied all the files (/posters, griffith.gri and griffith.conf) to .griffith. Now, when I try to start griffith, I get the following output:
Traceback (most recent call last):
File "/usr/bin/griffith", line 615, in ?
griffith = Griffith()
File "/usr/bin/griffith", line 580, in __init__
self.initialize_griffith()
File "/usr/bin/griffith", line 58, in initialize_griffith
initialize.locations(self)
File "/usr/lib/griffith/initialize.py", line 107, in locations
self.config = config.Config()
File "/usr/lib/griffith/config.py", line 34, in __init__
if not self.load():
File "/usr/lib/griffith/config.py", line 71, in load
self.config=pickle.load(ifi)
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 980, in load_string
raise ValueError, "insecure string pickle"
ValueError: insecure string pickle
I can't figure out what could be the reason for this. Can someone give me a hint?
Thanks in advance!