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