Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
16164 Lượt xem

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.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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
Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

sudo pip install Python-Chart 

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

ImportError: No module named mako above error occured now

Ảnh đại diện
Huỷ bỏ