ValueError: insecure pickle string

Steven D'Aprano steve+comp.lang.python at pearwood.info
Mon Mar 28 12:31:14 EDT 2011


On Mon, 28 Mar 2011 08:53:35 -0700, pradeepbpin wrote:

> I am encountering 'Value Error: insecure string pickle' when trying to
> execute the script on Ubuntu. The same script and the pickled file works
> without any problem in Windows. For working in Ubuntu I just copied both
> the script file and pickled file from Windows.

What version of Python are you using on Ubuntu? Is it the same version of 
Python on Windows?

Please show the full error traceback and the string that causes the error.




-- 
Steven



More information about the Python-list mailing list