django-sendgrid icon indicating copy to clipboard operation
django-sendgrid copied to clipboard

ImportError: cannot import name simplejson

Open jstncno opened this issue 10 years ago • 11 comments

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?

jstncno avatar Dec 30 '14 09:12 jstncno

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

cheenbabes avatar Mar 05 '15 22:03 cheenbabes

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

cheenbabes avatar Mar 05 '15 22:03 cheenbabes

I am also facing the same issue in django 1.8

ArchTaqi avatar May 03 '15 19:05 ArchTaqi

+1. This also effects me.

nyxcharon avatar May 12 '15 05:05 nyxcharon

+1 any solution?

mezitax avatar May 27 '15 05:05 mezitax

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.

cheenbabes avatar May 27 '15 14:05 cheenbabes

I get this error as well

lucasnoah avatar Jul 22 '15 18:07 lucasnoah

It's still not solved.

ArchTaqi avatar May 29 '16 17:05 ArchTaqi

Getting this error

emojiface avatar Jun 23 '16 17:06 emojiface

i get the error, any fix?

jmnyarega avatar May 27 '17 18:05 jmnyarega

still now solved

s-surineni avatar Feb 15 '18 13:02 s-surineni