Started working: basically I changed the folder name from web2py to myapp. Just for a try I renamed it back to web2py... now GAE api's are accessible.
On Jul 3, 8:40 am, ShaluT <[email protected]> wrote: > I am using the source version of web2py. I think that the binary > version does not contain app.yaml and may not be tuned for GAE out of > the box. > > comments? > > I am starting web2py using: > dev_appserver.py myapp > > On Jul 2, 6:04 pm, mdipierro <[email protected]> wrote: > > > > > Make sure you use the binary distribution of web2py and you start > > web2py using > > > dev_appserver web2py > > > or the AppEngineLauncher > > > On 2 Lug, 07:40, ShaluT <[email protected]> wrote: > > > > Hi, > > > > I am learning web2py with goal to deploy app to the GAE. > > > > Problem I am facing: > > > On executing the following in default.py(controller) > > > > import google.appengine.api > > > > I am getting errors locally: > > > > XYZ/applications/welcome/controllers/default.py", line 19, in > > > <module> > > > import google.appengine.api > > > ImportError: No module named google.appengine.api > > > > While playing out with GAE, I created and deployed a small demo > > > successfully. With web2py I am unable to use google.appengine.api... > > > > Please help

