Hello, i am using GAE with *php runtime *to host my page in php and i need 
to call my backend script created in python3.

I  use: *shell_exec("python3  script.py") *
To call my BACKEND Script created in python3.

When i do it, its return an error saying: *python3 not found.*
But when i use: Python script.py 
Its works successful, but using python2, so that, how i can use python3??
Is there a way to install apps such as python3, etc on the instance of GAE 
? 

Note: I've already tried to install using: *sudo apt-get install python3*, but 
this only works on my instance of GAE and not on my xxxx.appspot.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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/ffa30eea-dd79-4630-ae3f-2f853a6cf8cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] ... Pascoal Willkizy

Reply via email to