0% found this document useful (0 votes)
21 views1 page

Week 12

Uploaded by

mrdoodood13
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views1 page

Week 12

Uploaded by

mrdoodood13
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

WEEK 12

Installing and configuring python platform by using Google App Engine


1. Download Google App engine App engine SDK for Python 1.9.62
using

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

You might also like