将包 GAE 1.8.0.dgm 下载到我的 Mac OS 10.7 后,我尝试了一个来自谷歌的示例,当我导入这个时:
from google.appengine.ext.db import djangoforms
我收到此错误:
Traceback (most recent call last):
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/python/request_handler.py", line 156, in handle_interactive_request
exec(compiled_code, self._command_globals)
File "<string>", line 8, in <module>
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/db/djangoforms.py", line 97, in <module>
import django.core.exceptions
ImportError: No module named django.core.exceptions
我正在交互式控制台和应用程序中尝试这个
我需要安装其他软件包吗?