arneb / django-campaign

Newsletter management app for Django
BSD 3-Clause "New" or "Revised" License
66 stars 19 forks source link

Django 1.7 ImportError: cannot import name simplejson #5

Closed mirzadelic closed 9 years ago

mirzadelic commented 9 years ago

Error:

File "/Users/mirzadelic/test/virtualenv/lib/python2.7/site-packages/campaign/fields.py", line 4, in <module>
    from django.utils import simplejson
ImportError: cannot import name simplejson

when install from pip.. but when clone, it works..

arneb commented 9 years ago

already fixed, please clone from the git repo until version 0.3.0 is ready for a release. the old 0.2 release on pypi is not compatible with Django 1.7+

https://github.com/arneb/django-campaign/commit/ee587135f880181c87071e20866af90eef977d43