Re: First post, recursive references with pickle.

2008-11-10 Thread Jeremiah Dodds
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: > > > >

Re: First post, recursive references with pickle.

2008-11-10 Thread George Sakkis
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

First post, recursive references with pickle.

2008-11-10 Thread mark starnes
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