Re: [Tutor] pickling and unpickling custom classes

2008-10-28 Thread Kent Johnson
On Mon, Oct 27, 2008 at 11:40 PM, Lex Flagel <[EMAIL PROTECTED]> wrote: > I'm using a simple class called Hash, which I picked up from the following > site: > http://mail.python.org/pipermail/python-list/2007-August/453716.html > > I like using this Hash object for its convenience, but it won't >

[Tutor] pickling and unpickling custom classes

2008-10-28 Thread Lex Flagel
I'm using a simple class called Hash, which I picked up from the following site: http://mail.python.org/pipermail/python-list/2007-August/453716.html I like using this Hash object for its convenience, but it won't unpickle. Is there fix to the code example below (either the pickler or the Hash ob