[EMAIL PROTECTED] wrote:
> 
> Can objects be saved and reloaded by "Pickle"  ?  I have tried but no
> success.
> 
Yes, that's the intended use of pickle/cPickle. There are examples in
the docs:

http://docs.python.org/lib/module-pickle.html

What have you tried and what didn't work?

Hans Georg
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to