小编Yos*_*ian的帖子

应用程序无法在GAE上运行 - "无法绑定到localhost:0"

我最近将Google App Engine升级到1.7.7.并且从那时起就无法在本地运行任何应用程序.这包括在更新之前工作的应用程序以及我之后创建的应用程序.我没有遇到任何其他对此特定问题的引用"无法绑定到localhost:0",因此任何有关清除此障碍的见解都将非常感激.

我在今天添加了一个新的"Hello World"应用程序的日志.在OS X 10.6.8上通过ActivePython使用Python 2.7.

*** Running dev_appserver with the following flags:
    --skip_sdk_update_check=yes --port=12084 --admin_port=8007
Python command: /usr/local/bin/pythonw
INFO     2013-04-13 06:37:31,627 devappserver2.py:498] Skipping SDK update check.
WARNING  2013-04-13 06:37:31,691 api_server.py:328] Could not initialize images API; you are likely missing the Python "PIL" module.
WARNING  2013-04-13 06:37:31,692 simple_search_stub.py:977] Could not read search indexes from /var/folders/ag/ag25hkLMFEG1p0pLBBX5Mk+++TI/-Tmp-/appengine.binderror.b/search_indexes
Traceback (most recent call last):
  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/dev_appserver.py", line 193, in <module>
    _run_file(__file__, globals())
  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/dev_appserver.py", line 189, in _run_file
    execfile(script_path, globals_)
  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/devappserver2.py", …
Run Code Online (Sandbox Code Playgroud)

python google-app-engine

16
推荐指数
3
解决办法
2万
查看次数

标签 统计

google-app-engine ×1

python ×1