django.utils module import error in appengine 1.7.6

拈花ヽ惹草 提交于 2019-12-11 03:30:26

问题


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:


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



来源:https://stackoverflow.com/questions/15665779/django-utils-module-import-error-in-appengine-1-7-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!