0
国名を希望の国コードに変換しようとしています。ユーザー入力から国を使用して国コードを取得
mapping = {country.name: country.alpha2 for country in pycountry.countries}
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pycountry/db.py", line 22, in __getattr__
raise AttributeError
AttributeError
'country.alpha_2'ではなく' country.alpha2'である必要があります。 – acw1668