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
htt
Hi,
Have a problem using shelve on windows and unix. While my windows box
supports dbhash, my unix box supports gdbm, and neither supports what the
other does. The problem arises when I try to use the shelve generated in
unix on my windows box.
Hoepfully there are alternatives to installing th