【发布时间】:2013-03-27 17:45:02
【问题描述】:
我刚刚更新到 1.7.6 appengine 并开始收到 django.utils 的 ImportError,我的应用正在使用 python 2.5 并且在此更新之前运行没有问题。
知道这是否在更新中被删除了吗?
line 1, in <module>
from django.utils import simplejson
ImportError: No module named django.utils
【问题讨论】:
-
你应该升级到 2.7..
-
@Lipis 但在我将 appengine 升级到 1.7.6 之前它正在使用 2.5
标签: django google-app-engine python-2.5