2

I have a problem where I want to use highcharts. My python version is 3.4.

When I run "import charts", I get the error below.


ImportError    Traceback (most recent call last)
<ipython-input-10-a030638da752> in <module>()
      1 import pymongo
----> 2 import charts

/Users/Alex/anaconda2/envs/py3/lib/python3.4/site-packages/charts/__init__.py in <module>()
      3 __version__ = '0.4.6'
      4 
----> 5 from plot import plot, plotasync, line, area, spline, pie
      6 from server import run_server
      7 

ImportError: cannot import name 'plot'

Is there anyone who can show me the correct way?

Thanks so much!

Brainles71
  • 77
  • 13
alex.l
  • 91
  • 2
  • 7

0 Answers0