V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
bitpapa
V2EX  ›  Project Babel

安装V2EX过程中遇到此类问题,有牛人给解答一下么?

  •  
  •   bitpapa · 2011-05-03 15:45:14 +08:00 · 5450 次点击
    这是一个创建于 4777 天前的主题,其中的信息可能已经有所发展或是发生改变。
    2011-05-03 15:35:14 Running command: "['C:\\Python26\\python.exe', u'C:\\Program Files (x86)\\Google\\google_appengine\\dev_appserver.py', '--admin_console_server=', '--port=8080', 'E:\\mydoc\\bitpapa001']"
    C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py:42: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
    import sha
    C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\dev_appserver_login.py:33: DeprecationWarning: the md5 module is deprecated; use hashlib instead
    import md5
    C:\Program Files (x86)\Google\google_appengine\google\appengine\api\validation.py:64: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
    self.message = message
    C:\Program Files (x86)\Google\google_appengine\google\appengine\api\validation.py:197: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
    e.message = "Missing required value '%s'." % key
    C:\Program Files (x86)\Google\google_appengine\google\appengine\api\validation.py:68: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
    return str(self.message)
    ERROR 2011-05-03 07:35:22,910 dev_appserver_main.py:468] Fatal error when loading application configuration:
    Missing required value 'version'.
    in "E:\mydoc\bitpapa001\app.yaml", line 168, column 23
    2011-05-03 15:35:22 (Process exited with code 1)
    2 条回复    1970-01-01 08:00:00 +08:00
    Livid
        1
    Livid  
    MOD
       2011-05-03 15:53:18 +08:00
    你的 app.yaml 的内容是什么?

    可以贴到 gist.github.com
    keakon
        2
    keakon  
       2011-05-03 15:53:49 +08:00
    打开app.yaml,然后输入一个有效的version字段。这么明显的错误提示能不能自己读读再问啊…
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2310 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 41ms · UTC 04:20 · PVG 12:20 · LAX 21:20 · JFK 00:20
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.