RyanBalfanz / django-sendgrid

SendGrid for Django
http://pypi.python.org/pypi/django-sendgrid
97 stars 26 forks source link

ImportError: cannot import name simplejson #72

Open jstncno opened 9 years ago

jstncno commented 9 years ago

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?

cheenbabes commented 9 years ago

Yeah, I second this. Running pip install django-sendgrid downloads the code with simplejson errors

cheenbabes commented 9 years ago

@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.

ArchTaqi commented 9 years ago

I am also facing the same issue in django 1.8

nyxcharon commented 9 years ago

+1. This also effects me.

mezitax commented 9 years ago

+1 any solution?

cheenbabes commented 9 years ago

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.

lucasnoah commented 9 years ago

I get this error as well

ArchTaqi commented 8 years ago

It's still not solved.

emojiface commented 8 years ago

Getting this error

jmnyarega commented 7 years ago

i get the error, any fix?

s-surineni commented 6 years ago

still now solved