pickle - python 2.6 cPickle.load results in EOFError -
I use cipickle to list integers, using HIGHEST_PROTOCOL,
CPickle.dump (L, f, HIGHEST_PROTOCOL)
When I try to unplick it using the following code, I get an EOFError. I tried to offset 0 before uniquely, but the error persists.
l = cPickle.load (f)
Any thoughts?
(file name,
Comments
Post a Comment