ValueError: insecure pickle string

pradeepbpin pradeepbpin at gmail.com
Mon Mar 28 13:02:10 EDT 2011



> For new data: an alternative is to open the file in binary mode for both
> reading and writing on all platforms. This will also allow you to switch to
> the more efficient binary pickle protocols.

Writing and reading the pickled file in binary mode seems to be
working. Thank you.



More information about the Python-list mailing list