Top "Pygal" questions

Can't import COUNTRIES from pygal.i18n

I'm trying to from pygal.i18 import COUNTRIES but all I get is ImportError: No module named 'pygal.i18n'. …

python import pygal
AttributeError: 'NoneType' object has no attribute 'decode'

names, plot_dicts = [], [] for repo_dict in repo_dicts: names.append(repo_dict['name']) plot_dict = { 'value': repo_dict['stargazers_…

python-3.x pygal
pygal rendering png/svg black pictures

I am using python (with a virtual env in LinuxMint), I installed pygal. Everything works fine (rendering to html) but …

python svg rendering data-visualization pygal