Re: ValueError: insecure string pickle ?

2007-09-11 Thread Steve Holden
robert wrote: > cPickle.loads raised "ValueError: insecure string pickle". > The error is from a log file and I cannot reproduce it (quickly). > What can be the cause for that error? > > Robert Make sure that your pickle files are being read and written in binary m

Re: ValueError: insecure string pickle ?

2007-09-11 Thread Peter Otten
Am Tue, 11 Sep 2007 17:19:36 +0200 schrieb robert: > cPickle.loads raised "ValueError: insecure string pickle". > The error is from a log file and I cannot reproduce it (quickly). > What can be the cause for that error? A corrupted pickle. The error is raised if a string i

ValueError: insecure string pickle ?

2007-09-11 Thread robert
cPickle.loads raised "ValueError: insecure string pickle". The error is from a log file and I cannot reproduce it (quickly). What can be the cause for that error? Robert -- http://mail.python.org/mailman/listinfo/python-list