How are you starting web2py? Somehow it is not staring the google libraies.
On May 19, 9:24 am, Arbie Samong <[email protected]> wrote: > This is the error I get: > > ERROR 2011-05-19 14:07:16,175 restricted.py:145] Traceback (most > recent call last): > File ".../gae/web2py/gluon/restricted.py", line 181, in restricted > exec ccode in environment > File ".../gae/web2py/applications/resume/models/db.py", line 9, in > <module> > db = DAL('gae') # connect to Google > BigTable > File ".../gae/web2py/gluon/dal.py", line 3720, in __init__ > raise RuntimeError, "Failure to connect, tried 5 times:\n%s" % > error > RuntimeError: Failure to connect, tried 5 times: > global name 'GAEDecimalProperty' is not defined > > I made sure web2py and gae is updated. localhost:8000 works fine, but > when I try it on the local gae in localhost:8080 the page loads from > sometime and then the page says Internal error and the above > stacktrace is what I see in the console. > > Thanks for any help.

