pickle and py2exe

Daniel Bickett dbickett at gmail.com
Fri Dec 3 08:25:32 EST 2004


> While looking into this, I had seen some mention of protocol option in pickle. I
> hadnt specified anything for protocol, so it defaults to 0 though I dont know
> what that is. Its my first time using pickle and second with py2exe.

If you think this might be your problem, then it would be best to
specify your protocol using the variable HIGHEST_PROTOCOL as defined
in the Pickle module. However, if this does fix your problem, keep in
mind it won't fix the problem for earlier pickle versions.

Bickett



More information about the Python-list mailing list