I don't believe Python 3 is part of the PHP runtime.  You'll have to file a
feature request to get it added, or build a minimal Python distribution and
upload it with your app.

Regards,
Phil

On Tue, Sep 25, 2018 at 10:44 AM Pascoal Willkizy <pascoalguia...@gmail.com>
wrote:

> 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
> <https://groups.google.com/d/msgid/google-appengine/ffa30eea-dd79-4630-ae3f-2f853a6cf8cf%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 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/CADCZVujzSRnO8tTxUP%2Bw4oAt06VDj9-sBdAFoDOjUuv62KxObw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to