durusmail: durus-users: Re: Why Persistent subclases are not working from "durus -c"?
Why Persistent subclases are not working from "durus -c"?
2006-04-24
Re: Why Persistent subclases are not working from "durus -c"?
2006-04-24
2006-05-08
2006-05-12
Re: Why Persistent subclases are not working from "durus -c"?
Neil Schemenauer
2006-04-24
Jesus Cea  wrote:
> PicklingError: Can't pickle : attribute lookup __builtin__.a
> failed

You've created the class in an interactive session.  The unpickler
will not be able to load it (and I guess it can't be pickled
either).

  Neil

reply