-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name simplejson #72
Comments
Yeah, I second this. Running |
@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 |
+1. This also effects me. |
+1 any solution? |
It's an import error - you can fix it by copying the file I mentioned above. |
I get this error as well |
It's still not solved. |
Getting this error |
i get the error, any fix? |
still now solved |
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?
The text was updated successfully, but these errors were encountered: