Migrate from Python2 to Python3.x?

3

I request support by migrating the version that is currently installed in "Azure" when creating an application in Django in " Kudu Engine ".

The following image shows the installed version " Python 2.7.15 ".

A thousand thanks

    
asked by Carlos Trujillo 28.11.2018 в 22:11
source

1 answer

2

Excuse me, I already solve it in the following way.

  • Step: Add in the option: " Extensions ", option: "Add", "Python 3.6.4 x86". as I show in the next image.
  • Step: Go to the option " Configuration of the application ", option: "Driver assignments" and add in

    • EXTENSION: fastCgi
    • SCRIPT PROCESSOR: D: \ home \ python364x86 \ python.exe
    • ARGUMENTS: D: \ home \ python364x86 \ wfastcgi.py
  • as I show in the next image.

  • Step: And then check the solution in "Kudu" in the following way.
  •     
    answered by 28.11.2018 в 23:05