Search code examples
ajaxdjangodajax

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


When I run

from dajax.core import Dajax

It gives

cannot import name simplejson

Whats the fix?

I have installed dajax libraries along with django.


Solution

  • This is a known bug. Simplejson is deprecated in django 1.7 so Dajax is outdated.

    Switch to django 1.6 or to django-dajax-ng.