On Feb 9, 6:06 am, Tor Erik Soenvisen <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list