Re: [Tutor] pickle question

2007-09-25 Thread Kent Johnson
Jeff Peery wrote: > hello, > > I have a question about the pickler. I'm using it to save objects in a > program of mine that I can later reload to use. I was wondering how the > pickle works and how it references the class module when I unpickle the > pickled objects. for example I save some o

[Tutor] pickle question

2007-09-25 Thread Jeff Peery
hello, I have a question about the pickler. I'm using it to save objects in a program of mine that I can later reload to use. I was wondering how the pickle works and how it references the class module when I unpickle the pickled objects. for example I save some objects using the pickler,