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

Py3support #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Py3support #15

wants to merge 3 commits into from

Conversation

Bellaby
Copy link

@Bellaby Bellaby commented Jul 29, 2019

cStringIO is not available in Python 3. #14

gvis_api.py seems to have this import. It needs to be converted from import cString to from io import StringIO on line 30.

cStringIO is used at line 886.

Or a try exept maybe.

It looks like they updated the for Python 3 support https://github.com/google/google-visualization-python

Rolf Håvard Blindheim added 3 commits January 25, 2014 22:07
Signed-off-by: Rolf Håvard Blindheim <[email protected]>
…se instead of unittest

Signed-off-by: Rolf Håvard Blindheim <[email protected]>
Signed-off-by: Rolf Håvard Blindheim <[email protected]>
@Bellaby Bellaby closed this Jul 29, 2019
@Bellaby Bellaby reopened this Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant