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:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2
Replies
4584
Views
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Sep 23
|
496 | ||
|
0
Sep 23
|
450 | ||
|
2
Feb 23
|
9251 | ||
|
6
Oct 23
|
19262 | ||
|
3
Mar 24
|
7683 |