Hi,
I've installed odoo v9 n windows , it work fine
After i installed python 2.7.13, and try to run a new module but it give the error : no module named opererp and after I try to run the module in addons example :
ESTART: C:\Program Files (x86)\Odoo 9.0-20160119\server\openerp\addons\event_sale\models\event.py
Traceback (most recent call last):
File "C:\Program Files (x86)\Odoo 9.0-20160119\server\openerp\addons\event_sale\models\event.py", line 3, in <module>
from openerp import models, fields, api, _ ImportError: No module named openerp
----
any idea to resolve the problem
Thanks,