Week 12
Week 12
https://www.npackd.org/p/com.google.AppEnginePythonSDK/1.9.62
2. If you want to install Google App Engine you need python 2.7
therefore click on python.org in app engine installer setup and
download python 2.7.9 in window x86-64 MSI installer and install
python then Install Google App Engine
3. Open Google App Engine and go to EDIT option choose preferences
add python path and App Engine path
4. Python:In C:/ select python27 then pythonw.exe Click Open and
path is copied
5. App Engine path:Select this pc-> c drive->program files(x86)->google-
>google_appengine Click OK path is copied.
6. Create empty folder in your desktop with any name of your choice.
7. Now Go to Google App engine in File select create new application
and write application name and add path of empty folder that you
have created in desktop in parent directory along with it has
information of about run time :python 2.7,port 8080 and Admin
Port:8000 then click CREATE
8. Project will be created in your empty folder.
9. Now select project in Google App Engine and click on RUN and
application will be launched
10.If you want to see application, In browser type localhost:8080
11.Hello World as Output