Re: KeyError in pickle

2008-05-23 Thread christof
On 23 Mai, 10:48, Peter Otten <[EMAIL PROTECTED]> wrote: > christof wrote: > > I am using pickle/unpickle to let my program save its documents to > > disk. While this it worked stable for a long time, one of my users now > > complained, that he had a file which can't be loaded. > > > The traceback

Re: KeyError in pickle

2008-05-23 Thread Peter Otten
christof wrote: > I am using pickle/unpickle to let my program save its documents to > disk. While this it worked stable for a long time, one of my users now > complained, that he had a file which can't be loaded. > > The traceback is: > > File "pickle.pyo", line 1374, in loads > File "p

KeyError in pickle

2008-05-23 Thread christof
Hi, I am using pickle/unpickle to let my program save its documents to disk. While this it worked stable for a long time, one of my users now complained, that he had a file which can't be loaded. The traceback is: File "pickle.pyo", line 1374, in loads File "pickle.pyo", line 858, in loa