Hello, you have probably solved the problem but I guess it might be useful for someone else. A few things have changed between python2 and python3, and after you solve that problem mentioned in your post, you have to solve others related to some datatypes missing or integrated with others.
I have made some modifications, and this version of the file works for me. I managed to compile it and successfully use it in Python 3.4 and Ubuntu 14.04. I haven't tested it on windows. Just install it as it is described in: https://code.google.com/p/google-visualization-python/source/browse/trunk/README ... and hopefully it'll work out. Cheers Fabio Il giorno giovedì 11 settembre 2014 15:27:31 UTC+2, Avi Mehenwal ha scritto: > > I was trying to install and use google-virtualization-python API from the > link below. > I am using Python 3.4 over my windows machine > > https://code.google.com/p/google-visualization-python/ > > Error I got: > > C:\SOFTWARE_DUMPS\PythonExtensions\gviz_api_py-1.8.2>python ./setup.py > install > Traceback (most recent call last): > File "./setup.py", line 23, in <module> > import gviz_api_test > File > "C:\SOFTWARE_DUMPS\PythonExtensions\gviz_api_py-1.8.2\gviz_api_test.py", > line 30, in <module> > from gviz_api import DataTable > File "C:\SOFTWARE_DUMPS\PythonExtensions\gviz_api_py-1.8.2\gviz_api.py", > line > 30, in <module> > import cStringIO > ImportError: No module named 'cStringIO' > > C:\SOFTWARE_DUMPS\PythonExtensions\gviz_api_py-1.8.2> > > Does google-virtualization-python API supports Python3 ??? > Help me how to use API > > Thanks a lot :) > > ~avimehenwal > > > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
gviz_api_py-1.8.2.tar.gz
Description: Binary data
