[Stackless] Problem Unpickling Class
Richard Tew
richard.m.tew at gmail.com
Thu Jul 27 10:20:27 CEST 2006
On 7/27/06, Andrew Francis <andrewfr_ice at yahoo.com> wrote:
> I check the pickled data files. I see references to
> AbstractDaemon. I run another test using dir(),
> __class_, __dict__, and __bases__. I see the right
> methods and superclasses.
>
> At this stage I am not quite sure what is happening.
> The only clue I see is in the pickle documentation I
> see something about new style classes and setstate().
> Any insights would be appreciated.
Hi Andrew,
I don't think it is possible to tell what is going wrong from
the code you have provided. Since the problem is where
the data is unpickled, we would kind of need to see where
you call loads() as well.
I imagine this is a straightforward pickling problem, and
doubt it is related to Stackless. Do you think this is
caused because of some Stackless related pickling
that is going on?
Richard.
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list