I'm trying to import COUNTRIES from pygal.i18n by using the piece of code below.
from pygal.i18n import COUNTRIES
After I run this, I get the following error.
ImportError: No module named 'pygal.i18n'.
Can anyone tell me what the problem is?
Thanks