django.utils module import error in appengine 1.7.

2019-07-15 02:36发布

I just updated to 1.7.6 appengine and started getting ImportError for django.utils, my app is using python 2.5 and had no issues running before this update.

Any idea if this was removed in the update?

line 1, in <module>
from django.utils import simplejson
ImportError: No module named django.utils

1条回答
做个烂人
2楼-- · 2019-07-15 03:23

If you're not able to upgrade to 2.7, try using old_dev_appserver.py instead of dev_appserver.py.

查看更多
登录 后发表回答