You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
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.
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 .
The text was updated successfully, but these errors were encountered: