我安装了Google App Engine Python SDK并使用了GUI。但是,现在我在本地尝试使用unitu在virtualenv中测试我的应用程序。一切都很好,直到我尝试访问google.appengine.ext.testbed。如何在此上下文中访问SDK?我的错误包含在下面。
Traceback (most recent call last):
File "tests.py", line 4, in <module>
from google.appengine.ext import testbed
ImportError: No module named google.appengine.ext
更新:在进一步的研究中,我发现GAE“与virtualenv不相称”。随后,我在全局安装了所有依赖项。这个问题没有改变,所以我认为我们可以排除virtualenv作为罪魁祸首。