Re: [web2py] Re: Pickling error afger latest update from trunk.

2012-03-06 Thread Johann Spies
On 6 March 2012 18:02, Anthony wrote: > What is the latest stable version that does not produce the error? The zip-file dowloaded as 1.99.7 > Can you show the entire traceback? > Unfortunately not. I have overwritten the faulty code by just reinstalling 1.99.7. I just did a hg pull / hg

[web2py] Re: Pickling error afger latest update from trunk.

2012-03-06 Thread Massimo Di Pierro
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 > >

[web2py] Re: Pickling error afger latest update from trunk.

2012-03-06 Thread Anthony
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

[web2py] Re: Pickling error afger latest update from trunk.

2012-03-06 Thread Massimo Di Pierro
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 : it'

[web2py] Re: Pickling error afger latest update from trunk.

2012-03-06 Thread Anthony
What is the latest stable version that does not produce the error? Can you show the entire traceback? On Tuesday, March 6, 2012 3:24:25 AM UTC-5, spyker wrote: > > I get this when I log in: > > PicklingError: Can't pickle : it's not the > same object as gluon.storage.Storage > > > I have updated