you are right it should be.
On Tuesday, 6 March 2012 14:09:29 UTC-6, Anthony wrote: > > What is PickleableStorage for? Shouldn't a Storage object be pickleable in > theory if all if its items are pickleable? Maybe Storage could be made > pickleable the way the DAL Row class is. > > Anthony > > On Tuesday, March 6, 2012 2:09:01 PM UTC-5, Massimo Di Pierro wrote: >> >> This was never supposed to work. You are nos supposed to store a Storage >> object in a session. I am surprised this ever worked and even if it did I >> am not sure it works well. >> >> On Tuesday, 6 March 2012 02:24:25 UTC-6, spyker wrote: >>> >>> I get this when I log in: >>> >>> PicklingError: Can't pickle <class 'gluon.storage.Storage'>: it's not the >>> same object as gluon.storage.Storage >>> >>> >>> I have updated the code from the trunk this morning. Putting back the >>> stable version from the zip file solved the problem for me. >>> >>> Regards >>> Johann >>> >>> -- >>> Because experiencing your loyal love is better than life itself, >>> my lips will praise you. (Psalm 63:3) >>> >>>

