Hi,

I'm getting the following traceback after applying changeset # d027fbf7601d 
> http://code.google.com/p/web2py/issues/detail?id=355 ...

Traceback (most recent call last):
  File "C:\web2py\gluon\main.py", line 523, in wsgibase
    session._try_store_on_disk(request, response)
  File "C:\web2py\gluon\globals.py", line 591, in _try_store_on_disk
    cPickle.dump(dict(self), response.session_file)
  File "C:\Python26\lib\copy_reg.py", line 74, in _reduce_ex
    getstate = self.__getstate__
  File "C:\web2py\gluon\dal.py", line 5542, in __getattr__
    return self[key]
  File "C:\web2py\gluon\dal.py", line 5482, in __getitem__
    return dict.__getitem__(self, str(key))
KeyError: '__getstate__'

This occurs at login, is this a bug or should I change something in my 
configuration?.

I'm using latest trunk, with postgresql on win 7.

Thanks,

   Carlos

Reply via email to