I've just uploaded a simple app to GAE using the bitbucket mirror. Seems odd that it is looking for pydal in an applications modules...
I get the same error with versions: Version 2.12.3 & Version 2.9.12 But I don't get the error deploying from GAE Launcher Unable to store in FILE: /base/data/home/apps/web2py/applications/init/models/_db.py Traceback (most recent call last): File "/base/data/home/apps/web2py/gluon/restricted.py", line 224, in restricted exec ccode in environment File " /base/data/home/apps/web2py/applications/init/models/_db.py", line 19, in <module> session.connect(request, response, db=db) File " /base/data/home/apps/web2py/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 1124, in find_class __import__(module) File " /base/data/home/apps/web2py/gluon/custom_import.py", line 86, in custom_importer raise ImportError, 'Cannot import module %s' % str(e) ImportError: Cannot import module 'applications.init.modules.pydal' -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

