On Fri, Oct 3, 2014 at 7:30 PM, Henrique Casagrande Bravin < [email protected]> wrote:
> 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? > Python applications in GAE automatically deploy to a Python 2.7 environment, so you shouldn't have any problem accessing 2.7 features. But you should also be able to declare python27 in app.yaml. When you say "update the file server" do you mean running your application within the development server, or uploading it to production App Engine? ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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.
