django-sendgrid
django-sendgrid copied to clipboard
ImportError: cannot import name simplejson
Can't import simplejson from from django.utils for Django 1.7... I noticed the development branch fixes this. Can that be uploaded to PyPI so I can easily pip install it?
Yeah, I second this. Running pip install django-sendgrid
downloads the code with simplejson errors
@CrashPhoenix for now you can just copy this https://github.com/RyanBalfanz/django-sendgrid/blob/develop/sendgrid/mixins.py to replace the mixins.py that ships from PyPi. That fixed it for me and my project built.
I am also facing the same issue in django 1.8
+1. This also effects me.
+1 any solution?
It's an import error - you can fix it by copying the file I mentioned above. But someone should really submit a PR and get this fixed. Or use Mandrill -- I've found it much more developer friendly.
I get this error as well
It's still not solved.
Getting this error
i get the error, any fix?
still now solved