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
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
I've chosen this as it seems to be the most promising out of a list of chart modules for Django. However I've run into a couple of issues trying to run it in DJango 2.2.3 with Python 3.7.4
I've commented on an issue opened in Mar last year which didn't seem to get attention and I've also come across this:
ModuleNotFoundError: No module named 'cStringIO'
It looks like cStringIO is not in Python 3 and is now io.StringIO or io.BytesIO
The text was updated successfully, but these errors were encountered:
Bellaby
changed the title
No dependancy for cStringIO
No cStringIO in Python 3
Jul 29, 2019
Hello!
You're right, this library has not been updated for several years and I'm a bit amazed that anyone still uses it, hehe :)
If you'd be willing to submit a PR with fixes, I'd be happy to push a new release, but I don't really have any spare time to be working on this myself these days.
I've chosen this as it seems to be the most promising out of a list of chart modules for Django. However I've run into a couple of issues trying to run it in DJango 2.2.3 with Python 3.7.4
I've commented on an issue opened in Mar last year which didn't seem to get attention and I've also come across this:
ModuleNotFoundError: No module named 'cStringIO'
It looks like cStringIO is not in Python 3 and is now io.StringIO or io.BytesIO
The text was updated successfully, but these errors were encountered: