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 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, say, `foo.yaml`, with a stanza:
>
> module:
>     foo
>
> See 
> https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine 
> for an overview of App Engine (from a Python point of view) starting with 
> services (AKA modules).
>
>
> Alex
>
>
> On Tue, Nov 1, 2016 at 12:40 PM, Michael Dorfman <[email protected] 
> <javascript:>> wrote:
>
>> 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 declare two runtimes in one app.yaml file.
>>
>> Sorry - I'm a bit new to this!
>>
>> Mike
>>
>> -- 
>> 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] <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-appengine/c91a687b-f857-4ed6-8a8e-dbe85e896818%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/google-appengine/c91a687b-f857-4ed6-8a8e-dbe85e896818%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/de2676f5-9298-466c-a769-ed0429d33a76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to