On Mon, Nov 10, 2008 at 4:36 PM, George Sakkis <[EMAIL PROTECTED]>wrote:
> On Nov 10, 2:23 pm, mark starnes <[EMAIL PROTECTED]> wrote:
>
> > Hi everyone, this is my first post to this group, so please be gentle.
> >
> > I've written a class which, when I attempt to pickle, gives the error:
> >
> >
On Nov 10, 2:23 pm, mark starnes <[EMAIL PROTECTED]> wrote:
> Hi everyone, this is my first post to this group, so please be gentle.
>
> I've written a class which, when I attempt to pickle, gives the error:
>
> *** RuntimeError: maximum recursion depth exceeded
>
> Is there a way to make pickle d
Hi everyone, this is my first post to this group, so please be gentle.
I've written a class which, when I attempt to pickle, gives the error:
*** RuntimeError: maximum recursion depth exceeded
Is there a way to make pickle display data about what it's trying
to do? I'm thinking that if so, the