Google App Engine的開發環境準備起來還滿簡單的。

這邊以Python為例,我們需先安裝Python的執行環境,這邊起碼需要2.5上的執行環境,但因為Python 2.7比較通用,所以筆者是安裝Python 2.7.5版,可至Python 2.7.5這邊下載安裝。

Prepare Google App Engine's python development environmen

接著下載並安裝Google App Engine SDK for Python。

Prepare Google App Engine's python development environmen

都安裝完後要到環境變數這邊將Python的位置加進去。

Prepare Google App Engine's python development environmen

到這邊Google App Engine的Python開發環境就準備完成了。

可以點擊開啟Google App Engine Launcher看看是否能正常啟動Google App Engine Launcher。

若能正常啟動我們的開發環境應該就是準備成功了。

Prepare Google App Engine's python development environmen

  • Google App Engine SDK for Python