from dajax.core import Dajax 给出 cannot import name simplejson 错误

from dajax.core import Dajax gives cannot import name simplejson error

当我运行

from dajax.core import Dajax

给出

cannot import name simplejson

修复了什么?

我已经安装了 Dajax 库和 Django。

这是一个known bug。 Simplejson 在 django 1.7 中已弃用,因此 Dajax 已过时。

切换到 django 1.6 或 django-dajax-ng