Thanks Massimo. But when I execute
python /usr/local/bin/dev_appserver.py <appname> I get the homepage. This error is only with appengine launcher. Also as I said, I am able to browse the SDK console & dashboard. So I don't think it is with the python version. Anyway, for now I will proceed with the commandline. If someone can help, it will be good. Thank you, Joseph On Aug 28, 6:55 pm, Massimo Di Pierro <[email protected]> wrote: > GAE requires 2.5. GAE has experimental support for 2.7 but we have not > tested that yet. > > On Aug 28, 7:39 am, Joseph Jude <[email protected]> wrote: > > > > > > > > > Hi, > > When I deploy the freshly downloaded web2py src under GAE I get the > > below error: > > > IOError: [Errno 13] file not accessible: '/..../VERSION' > > > I do have python 2.7 & 3 installed. But under the GAE Launcher, python > > path is set to /usr/bin/python where python2.5 is installed. Also I'm > > able to browse the GAE admin console, so I'm assuming python version > > is not a problem. > > > GAE SDK: 1.5.2 (am using google launcher) > > web2py version: 1.98.2 > > Mac 10.5.8 > > > I deleted the w2ps in the main folders too. Otherwise just changed > > just the 'application' entry in app.yaml. > > > Your help to resolve is appreciated. Thank you, > > Joseph

