pickle and py2exe
Daniel Bickett
dbickett at gmail.com
Fri Dec 3 08:25:32 EST 2004
More information about the Python-list mailing list
Fri Dec 3 08:25:32 EST 2004
- Previous message (by thread): pickle and py2exe
- Next message (by thread): pickle and py2exe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): pickle and py2exe
- Next message (by thread): pickle and py2exe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list