python shelve on win vs unix

Istvan Albert istvan.albert at gmail.com
Fri Feb 9 09:18:50 EST 2007


On Feb 9, 6:06 am, Tor Erik Soenvisen <torer... at hotmail.com> wrote:

> Any suggestions for a quick and dirty solution (such as alternatives to
> shelve for persistent storage) to this problem would be appreciated.

the easiest might be to just pickle your data into files. You could
also use Durus

http://www.mems-exchange.org/software/durus/

or ZODB, there are also some other object persistence libraries that
I've recently seen mentioned.

i.




More information about the Python-list mailing list