Re: [google-appengine] Configuring app.yaml to use PHP (5.5) and Python (2.7) in the same project

2016-11-03 Thread Michael Dorfman
Thanks!! This is exactly the hint I needed to get my project working. I appreciate the help! On Tuesday, November 1, 2016 at 3:55:20 PM UTC-4, Alex Martelli wrote: > > To use multiple languages in an App Engine app, you must deploy them as > separate services (once known as modules), each

Re: [google-appengine] Configuring app.yaml to use PHP (5.5) and Python (2.7) in the same project

2016-11-01 Thread 'Alex Martelli' via Google App Engine
To use multiple languages in an App Engine app, you must deploy them as separate services (once known as modules), each with its own .yaml configuration file. app.yaml configures the default service, which doesn't get named; each other .yaml configures a separate service and is typically named,

[google-appengine] Configuring app.yaml to use PHP (5.5) and Python (2.7) in the same project

2016-11-01 Thread Michael Dorfman
I have experience with configuring an app.yaml file for a php app, however I was hoping to add some python scripts into my app. What type of setup in the app.yaml file is required to do this? I know the runtime variable I want for python (python27) and php (php55), but I'm not sure if I can