Sign in or register Home

Snippet #181: How to config UliPad to support GAE auto completion


Author: limodou Date: 2008-04-24 12:18:32


For UliPad, if the module can be imported, and it'll suport its auto completion. So there are many ways to let UliPad to support GAE auto completion.

  1. Set GAE install path to PYTHONPATH, for example:

    set PYTHONPATH=C:\Program Files\Google\google_appengine
    
  2. Edit config.ini of UliPad, set pythonpath:

    [default]
    pythonpath = "C:\\Program Files\\Google\\google_appengine",
    

    Note: pythonpath is a list, so you can add many directories, and separate them with ',', and the path should be quote with double-quoters.


Category: ulipad
Tag:

Comment:


soddyque 2009-08-04 14:36:28 say:
只需要在config.ini添加pythonpath么?.

设置后在编辑状态输入"from google."后面没有提示