Pickle Problem

Hrvoje Niksic hniksic at xemacs.org
Tue Mar 3 06:44:06 EST 2009


Fab86 <fabien.hall at gmail.com> writes:

> when trying to pickle them they are displayed like this:
>
> I14
> .I152000000
> .I86000
> .
>
> But in console simply printing these attributes I get:
>
> 14
> 152000000
> 86000
>

> Can anyone help?

Can you describe the problem in some detail?  Everything seems to be
working fine, AFAICT; files written with pickle.dump() are supposed to
be read back with pickle.load().  Is that not working for you, or (I
am guessing) would you prefer a human-readable/editable on-disk
representation of your data?



More information about the Python-list mailing list