Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

No cStringIO in Python 3 #14

Open
Bellaby opened this issue Jul 29, 2019 · 2 comments
Open

No cStringIO in Python 3 #14

Bellaby opened this issue Jul 29, 2019 · 2 comments

Comments

@Bellaby
Copy link

Bellaby commented Jul 29, 2019

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

@Bellaby Bellaby changed the title No dependancy for cStringIO No cStringIO in Python 3 Jul 29, 2019
@Bellaby Bellaby mentioned this issue Jul 29, 2019
@rhblind
Copy link
Owner

rhblind commented Aug 5, 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.

@Bellaby
Copy link
Author

Bellaby commented Sep 9, 2019

I'll see what I can do. However I too don't have much spare time :) I'll let you know.

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

No branches or pull requests

2 participants