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

