标签: python python-2.7 windows-7 importerror pygal
我下载并安装了Pygal。
import pygal bar_chart= pygal.Bar()
我得到的错误是
导入时未定义的变量:Bar
我不确定出了什么问题。任何建议都非常感谢。