0

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.

Rads
  • 345
  • 1
  • 4
  • 11

1 Answers1

1

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.

catavaran
  • 44,703
  • 8
  • 98
  • 85