Hello Massimo, thanks for the reply. I do: python2.6 dev_appserver.py web2py/
and my web2py project is in that web2py/ folder. Thanks, ARbie On May 20, 1:53 am, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote: > How are you starting web2py? Somehow it is not staring the google > libraies. > > On May 19, 9:24 am, Arbie Samong <phek...@gmail.com> 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. > >