请帮我解决这个错误?我正在应用程序引擎(https://developers.google.com/appengine/articles/prediction_service_accounts)上做这个练习,但是我被困在步骤6.2中,因为我提出了这个错误(当我运行部署操作时,它是成功的步骤6.1):
:没有名为appengine的模块回溯(最近一次调用):文件"/base/data/home/apps/s~01prediction/1.367567721220366691/main.py",第29行从oauth2client。appengine import AppAssertionCredentials
第29行错误:从oauth2client。appengine import AppAssertionCredentials
你运行3.2步了吗?它应该复制了一些文件夹到prediction-demo-skeleton
。在prediction-demo-skeleton
中应该有一个名为oauth2client
的文件夹。看一下prediction-demo-full
内部的文件夹。
ps:在部署之前,一个好的做法是使用devappserver运行你的应用。
Google API Python Client现在有一个预打包的ZIP,其中包含可能使安装更容易的所有依赖项。看到:
https://code.google.com/p/google-api-python-client/downloads/list选择google-api-python-client-gae-1.1.zip
下载。将此文件解压缩到AppEngine应用目录下。