En Mon, 21 May 2007 16:24:55 -0300, Berthold Höllmann
<[EMAIL PROTECTED]> escribió:
> Jeffrey Barish <[EMAIL PROTECTED]> writes:
>
>> I have a class derived from string that is used in a pickle. In the new
>> version of my program, I moved the module containing the definition of
>> the class.
Jeffrey Barish wrote:
> I have a class derived from string that is used in a pickle. In the new
> version of my program, I moved the module containing the definition of the
> class. Now the unpickle fails because it doesn't find the module. I was
> thinking that I could make the unpickle work b
Jeffrey Barish <[EMAIL PROTECTED]> writes:
> I have a class derived from string that is used in a pickle. In the new
> version of my program, I moved the module containing the definition of the
> class. Now the unpickle fails because it doesn't find the module. I was
> thinking that I could mak
On Tue, 15 May 2007 13:23:29 -0600, Jeffrey Barish <[EMAIL PROTECTED]> wrote:
>I have a class derived from string that is used in a pickle. In the new
>version of my program, I moved the module containing the definition of the
>class. Now the unpickle fails because it doesn't find the module. I
I have a class derived from string that is used in a pickle. In the new
version of my program, I moved the module containing the definition of the
class. Now the unpickle fails because it doesn't find the module. I was
thinking that I could make the unpickle work by putting a copy of the
module