[GAE]-開發環境設定

摘要:[GAE]-開發環境設定

一.安裝JDK

http://www.oracle.com/technetwork/java/javase/downloads/index.html

下載後直接安裝

二.安裝Python (目前GAE僅支援到Python 2.5x的版本)

http://python.org/download/releases/2.5.4/

直接下載 For x86 processors

下載後直接安裝

三.安裝Google App Engine For Windows

http://code.google.com/intl/zh-TW/appengine/downloads.html

直接下載 GoogleAppEngine-1.3.7 For Windows

下載後直接安裝

四.安裝IDE開發工具

http://www.eclipse.org/downloads/

直接下載 Eclipse Classic 3.6.1

五.設定IDE開發工具 (for Python)

1.進入Eclipse

2.Windows / Preferences/General/Editors/Text Editors/

Displayed tab width =4

Insert spaces for tabs = make checked

3.Windows / Preferences/General/Workspace/

Text File Encoding = Other / UTF-8

New text file line delimiter = Other / Unix

六.安裝 Eclipse 上的其它 Plug-In

1.安裝Pydev plugin for Eclipse

官方網站: http://pydev.org/index.html

a. 選擇功能表列上的 Help / Install New Software ,

b. 在work with 欄位貼上要安裝的plug-in網址 (http://update-production-pydev.s3.amazonaws.com/pydev/nightly/site.xml)

c.按ADD之後在Name欄位輸入名字 eg. Pydev

d.勾選找到的Pydev項目,並按下Next

e.Review Liscense/ I agree the terms of the liscense agreement. / Finish.

2.設定Python在Eclipse中的執行路徑

a.Windows / Preference / Pydev / Interpreter-Python

b.Click New button

c.選定 Pythonw.exe 的存放位置 (預設位於C:\Python25\pythonw.exe)

d.Click OK button

e.Selection Needed 視窗/C:\Python資料夾均勾選之後/ 按OK

f.回到上層設定時,再按一次ok

g.完成 Python 路徑設定

 

 七.於系統環境變數增設一個path路徑方便於command line模式直接執行.py的檔案

1.於桌面上[我的電腦]按右鍵 / 選擇內容/ 進階系統設定 /

2.在進階標籤下,有一個環境變數的按鈕,點擊後出現一個視窗

3.在系統變數的表格,往下找到一個變數名為 PATH,在PATH上點一下之後(此時應該反白的選擇狀態),按下[編輯]按鈕

4.在變數值的輸入欄位,直接拉到最後面,輸入 Python的安裝路徑 (預設為 c:\Python25)

5.輸入完成後,按下確定。

6.按確定

7.按確定

8.重新開機讓系統環境變數生效。