On 11/17/05, David Bear <[EMAIL PROTECTED]> wrote:
> I'm rather new to pickling but I have some dictionaries and lists I want to
> package and send to another process (on another machine).
>
> I was hoping I could just send a stringified pickle. However, the examples
> in the doc have:
>
> >>> impo
I'm rather new to pickling but I have some dictionaries and lists I want to
package and send to another process (on another machine).
I was hoping I could just send a stringified pickle. However, the examples
in the doc have:
>>> import pickle
>>> pickle.dump(obj,open('save.p','w'))
I don't real