django oscar尝试加载'treebeard.templatetags.admin_tree'时引发的ImportError:没有名为util的模块

时间:2015-12-03 16:55:32

标签: django django-oscar

在MAC上安装django-oscar时。制造奥斯卡抱怨

Django Version:     1.9
Exception Type:     InvalidTemplateLibrary
Exception Value:    

Invalid template library specified. ImportError raised when trying to load 'treebeard.templatetags.admin_tree': No module named util

2 个答案:

答案 0 :(得分:0)

Django 1.9尚不兼容。建议使用django 1.8。所以只需卸载django 1.9

pip uninstall django

然后安装较低版本的django

pip install "django<1.9"

它有效。

答案 1 :(得分:0)

如果您运行示例项目,只需从以下命令更改命令:

$ make sandbox

于:

$ make install
$ pip install Django==1.8.7
$ make build_sandbox

它会起作用