On 12/29/05, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > PicklingError: Can't pickle <class 'sqlobject.declarative.sqlmeta'>: > > it's not found as sqlobject.declarative.sqlmeta > > Do you really need to keep an sqlobject in the session? It seems like > that data could get out of date anyhow. If you just store some kind of > reference to the data (the id, for example), you can re-retrieve it as > needed...
That's a good idea which for some reason just hadn't occurred to me. I guess I'm still in vacation mode. Thanks! --Liza

