I deploy an applicaction in GAE with 2.9.11 succesfully but If I try to deploy it with 2.9.12 I get the following ticket:
2015-01-30 14:31:41.094
Unable to store in FILE: /base/data/home/apps/s~clubatletismosada/2.381882905081239360/applications/CAS/models/db.py
Traceback (most recent call last):
File "/base/data/home/apps/s~clubatletismosada/2.381882905081239360/gluon/restricted.py", line 224, in restricted
exec ccode in environment
File "/base/data/home/apps/s~clubatletismosada/2.381882905081239360/applications/CAS/models/db.py", line 19, in <module>
session.connect(request, response, db=db)
File "/base/data/home/apps/s~clubatletismosada/2.381882905081239360/gluon/globals.py", line 904, in connect
session_data = pickle.loads(row.session_data)
File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/pickle.py", line 1382, in loads
return Unpickler(file).load()
File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/pickle.py", line 858, in load
dispatch[key](self)
File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/pickle.py", line 1090, in load_global
klass = self.find_class(module, name)
File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/pickle.py", line 1126, in find_class
klass = getattr(mod, name)
AttributeError: 'module' object has no attribute 'Row'
I have copied the gaehandler.py to main folder in 2.9.12. If I deploy it again with 2.9.11 it works fine