Is it possible to save a running program and reload next time ?

Hans Georg Krauthaeuser hgk at et.uni-magdeburg.de
Thu Sep 21 10:41:45 EDT 2006


fdu.xiaojf at gmail.com 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



More information about the Python-list mailing list