文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Eclipse + PyDev => Google AppEngine

Eclipse + PyDev => Google AppEngine

时间:2009-07-23  来源:zieckey

Eclipse + PyDev => Google AppE ...
1. install eclipse plug-in PyDev: http://pydev.sourceforge.net/updates/, restart eclipse
2. set python in eclipse: eclipse->window->preference->PyDev->Interpreter->python, choose python.exe
3. create a pydev project with python 2.5. (important!!!)
4. set project properties, pydev->pythonPath->External Libraries->add source folders    
        - google_appengine    
        - google_appengine\lib\django    
        - google_appengine\lib\webob    
        - google_appengine\lib\yaml\lib
        - google_appengine\google\appengine\ext
5. use src folder as app_engine root dir
6. The last thing we need to do now is to add a user-defined starter for our Google App Engine development server:
    * Go to Run -> Open Run Dialog.
    * Choose Python Run and add a new launch configuration (document icon with the plus sign in the top left of the dialog):
    * Name your run configuration.
    * Under "Project", add your Google App Engine Python project.
    * Under "Main Module", enter the location of the "dev_appserver.py" script.
    * Change to the "Arguments" tab and enter "${project_loc}/src" (包括引号) as first argument:
    * Click on Apply to save your changes.
    * Click on Run to run your project.
    
   
参见:
http://code.google.com/intl/zh-CN/appengine/articles/eclipse.html  
http://xuming.net/2008/04/google-app-engine-tutorial-0.html 
相关阅读 更多 +
排行榜 更多 +
找茬脑洞的世界安卓版

找茬脑洞的世界安卓版

休闲益智 下载
滑板英雄跑酷2手游

滑板英雄跑酷2手游

休闲益智 下载
披萨对对看下载

披萨对对看下载

休闲益智 下载