未找到Google App Engine remote_api脚本

时间:2012-01-29 16:05:28

标签: google-app-engine google-cloud-datastore

我在本地设置了remote_api,这次它无法正常工作。我只是按照python的remote_api文档页面上的说明进行操作:http://code.google.com/appengine/articles/remote_api.html

这基本上意味着我从项目应用程序根目录运行以下命令(包含app.yaml)

>> python $GAE_SDK_ROOT/remote_api_shell.py -s your_app_id.appspot.com
>> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file '/remote_api_shell.py': [Errno 2] No such file or directory

your_app_id参数正在更改为google上的实际应用ID。

这可能是一件简单的事情,但不确定它是什么。

1 个答案:

答案 0 :(得分:1)

您需要将$GAE_SDK_ROOT替换为GAE SDK的实际根目录。所以,可能:

python ~/google_appengine/remote_api_shell.py -s ...