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.
