On my local system i installed odoo 9 source, I installed it using PyCharm. So am able to setup MySQLDb on my local system. But on live server, I installed odoo using .exe setup. I need to setup MySqlDb or any mysql connector on it. How is it possible to install any python external library on odoo ? I installed MySqlDb and PyMySql on server using PIP too but error is shown "ImportError: No module named PyMySql" or "ImportError: No module named MySqlDb". Please guide me how to achieve that.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
5306
查看
Ran into the same ImportError using Odoo 8.
I tried this and it solved the problem :
apt-get install python-mysqldb
Hello Ahmed,
check the below links:
https://stackoverflow.com/questions/33446347/no-module-named-pymysql
https://stackoverflow.com/questions/22252397/importerror-no-module-named-mysqldb
I hope this will help you
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
0
9月 23
|
1140 | ||
|
0
9月 23
|
963 | ||
|
2
2月 23
|
10091 | ||
|
6
10月 23
|
20682 | ||
|
3
3月 24
|
8477 |