コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
6063 ビュー

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.

アバター
破棄
最善の回答

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
2026
0
9月 23
1732
2
6月 25
11248
6
10月 23
22088
3
3月 24
9528