"shelve" save object

2008-08-09 Thread hypermonkey2
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 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.
What can I do to fix this? It would be a great shame to see that after
collecting all this information and shelving it that I cannot move to
another computer or share the information through the "save.txt" file.

Thanks in advance!
Jon
--
http://mail.python.org/mailman/listinfo/python-list


Time-dependent method

2008-08-17 Thread hypermonkey2
Hi all!

I was wondering if it is possible to call a method such that if it
takes more than say 1 minute to complete, it will give up and do
something else instead.

Thanks in advance!
--
http://mail.python.org/mailman/listinfo/python-list