Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
16161 มุมมอง

I installed odoo 10 and after running ./odoo-bin -c odoo10-server.conf command on Terminal

ImportError: No module named pychart error occured.

Please provide solution.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

If you are using Python2.7 , run below command in Terminal

pip install Python-Chart
If Versin is above 3 Use 
pip3 install Python-Chart
Thanks
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

You need to install package python-chart, Please run below command-

sudo pip install Python-Chart 

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

ImportError: No module named mako above error occured now

อวตาร
ละทิ้ง