hypermonkey2 wrote:
> In any case, I shelve into a file "test.txt". I notice that when i try
> running the program on a different computer (by either emailing or
> transfering the file "test.txt" via USB key), the program is unable to
> load the shelve file.
You might find the 3rd party module 'sh
On Aug 10, 5:32 am, hypermonkey2 <[EMAIL PROTECTED]> wrote:
> Hi there!
> I am using the "shelve" module in a script to save information in
> between runtime sessions of the program. (its a sort of
> data collector, so its important to hold on to anything computed ).
> In any case, I shelve into a
since choice of dbm used by shelve http://docs.python.org/lib/node327.html
depends on os, and whats available on it, shevle files saved on one os, most
likely do not work on another os, sometimes on similar os but different
machines might not work either - goes back to what's available on that m