Skip to content
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

Python3.3 compatibility #8

Open
LordK1 opened this issue Apr 29, 2015 · 2 comments
Open

Python3.3 compatibility #8

LordK1 opened this issue Apr 29, 2015 · 2 comments

Comments

@LordK1
Copy link

LordK1 commented Apr 29, 2015

hi brow , im workin on Python3 an find when using this package import simplejson as json raised thi error from django.utils import simplejson as json
ImportError: cannot import name 'simplejson' and then update from this repository but still there is error on this line , after i search about it, i find python3.3 has "json" package instead of "simplejson" and when import simplejson as json changed into import json it works as well as ...
thanks and goodluck .

@anishmenon
Copy link
Owner

Fixed :

1efeb5e

@jassi5887
Copy link

Hi Anish,

For me this is still not fixed. I used your git repo to install on my dev environment and that was ok but when I try to install on heroku using "pip install django-realtime" I still get this simplejson issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants