On Thursday, May 9, 2013 9:37:18 AM UTC-5, Kelvin Yong wrote:
>
> I created a GAE java project and tried incorporate some python but i am 
> having issues running/deploying it 

I was guessing if it is possible to deploy a mix of both(Java/Python) or do 
> i have to code in a single language
>

An individual application version has to be either Java, Python, or Go code 
(in other words, a single language). If you really want to experiment with 
both languages, you can deploy a Java application to one application ID, 
then deploy a Python application to a separate app ID. 

By the way, you'll need different SDKs for each language. Java has the GAE 
Eclipse plugin here: 
https://developers.google.com/appengine/docs/java/tools/eclipse . If you 
want to test and deploy Python applications, you'll need this: 
https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python
 (requires 
that you have Python installed on your system too).



-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

My Go side project: http://invalidmail.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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to