Re: Problem with shelve/gdbm

2007-10-21 Thread Gabriel Genellina
En Fri, 19 Oct 2007 17:58:50 -0300, Douglas Applegate <[EMAIL PROTECTED]> escribi�: > I am having a problem with shelve. The problem I think is really with > gdbm. I'll write out a file using shelve/gdbm on an amd64 machine and > then I'll try to read it in on a i386 machine. The result is a 'gd

Problem with shelve/gdbm

2007-10-19 Thread Douglas Applegate
Hi- I am having a problem with shelve. The problem I think is really with gdbm. I'll write out a file using shelve/gdbm on an amd64 machine and then I'll try to read it in on a i386 machine. The result is a 'gdbm fatal: read error.' Reversing directions results in the same problem. Below a