Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Error during import #84

Closed
mahmoudhanafi opened this issue Dec 10, 2013 · 2 comments
Closed

Error during import #84

mahmoudhanafi opened this issue Dec 10, 2013 · 2 comments

Comments

@mahmoudhanafi
Copy link

I get this error during import.

import vincent
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.6/site-packages/vincent-0.3.0-py2.6.egg/vincent/init.py", line 12, in
from .charts import (Chart, Bar, Line, Area, Scatter, StackedBar, StackedArea,
File "/usr/lib/python2.6/site-packages/vincent-0.3.0-py2.6.egg/vincent/charts.py", line 8, in
from .visualization import Visualization
File "/usr/lib/python2.6/site-packages/vincent-0.3.0-py2.6.egg/vincent/visualization.py", line 11, in
from .data import Data
File "/usr/lib/python2.6/site-packages/vincent-0.3.0-py2.6.egg/vincent/data.py", line 360
data = {x: y for x, y in enumerate(data)}
^
SyntaxError: invalid syntax

@wrobstory
Copy link
Owner

Which version of Python are you using?

@lxyu
Copy link
Contributor

lxyu commented Jan 7, 2014

""/usr/lib/python2.6/site-packages/vincent-0.3.0-py2.6.egg/"

It's python2.6, and vincent only supports 2.7.

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

3 participants