On Mon, May 11, 2009 at 1:39 PM, Timo <[email protected]> wrote:
> Hello all,
>
> I have an issue with the Shelve module. It works great for my needs, the
> only problem is that a file made with Shelve isn't interchangable between
> different computers. I want my data to be exchanged between users.
>
> Does someone have an alternative to Shelve?
> It must be able to contain keys and values, and the values are a list of
> dictionaries.

Try the pickle module.

Kent
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to