Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4587 Widoki

I have downloaded pycountry-0.17 from python and run it. copied it and put in my addons folder but i still get the error no module named pycountry.. am so frustrated...please what do i do..someone help me.

Awatar
Odrzuć
Najlepsza odpowiedź
Hello,
You just have to install pycountry, no need to put module in odoo addons list. Simply you can install pycountry in ubnatu by below command:
sudo apt-get update 
sudo apt-get install python-pycountry
Awatar
Odrzuć