我有一个问题,我想使用highcharts。 我的python版本是3.4。
当我运行"导入图表"时,我收到以下错误。
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'
有没有人可以告诉我正确的方法?
非常感谢!