On Nov 10, 2011, at 9:40 AM, pallav wrote:

> Thank you. Am testing it out now.
> 
> On Nov 3, 8:48 pm, Jonathan Lundell <[email protected]> wrote:
>> There's now a new version of app.example.yaml in the trunk. If you're 
>> working with the Google App Engine, read on.
>> 
>> GAEhas been evolving a bit, and now supports Python 2.7 (vs 2.5). The new 
>> app.example.yaml is configured to use Python 2.7 and 
>> supportconcurrentrequests. It can be modified in (I think) an obvious way to 
>> do 2.5, but the 2.7 version should be considerable faster, since it uses 
>> WSGI instead of CGI.
>> 
>> Two drawbacks. 2.7 support is still in beta, and theGAELauncher doesn't 
>> support it, so you'll need to deploy your app through the command line.

app.yaml in the trunk now defaults to 2.5, so you'll need to edit it for 2.7.  
And the latest Launcher supports 2.7 (hurray!).

Reply via email to