Hello everybody. I started fiddling with an app due to some business college 
and my advisor told me to see if Python25 or Python27 wheel. Well, I made a 
simple script that calls the sys and prints his version. 

The payoff is that the python that is running is 2.5. Documentation informs 
that takes place the following configuration in .yaml

application: myapp
version: 1
runtime: *python27*
api_version: 1
threadsafe: true

handlers:

- url: /
  script: index.py


But both my computer when I try to update the file server only runs (or 
accepted) when I put *python* instead of *python27 *


How do I run python27 in GAE?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to