Hello,
I try to run openerp6.0 on a lubuntu 14.04 and for some reason I get the following error. no module named openerp.addons.base.res.res_lang. Although the python file res_lang.py is present in the correct directory. I had the same error trying to install openerp on Mac.
I copied the source code from an other pc where it works without a problem. So I don't have a clue what is causing this... Is there a library missing or something like that.
Does anybody know what the real problem is and how I can solve it?
Thanks in advance.
Traceback (most recent call last):
File "openerp-server.py", line 58, in <module>
import netsvc
File "/home/odroid/openerp/6.0/server/bin/netsvc.py", line 292, in <module>
import tools
File "/home/odroid/openerp/6.0/server/bin/tools/__init__.py", line 26, in <module>
from convert import *
File "/home/odroid/openerp/6.0/server/bin/tools/convert.py", line 45, in <module>
import osv
File "/home/odroid/openerp/6.0/server/bin/osv/__init__.py", line 22, in <module>
import osv
File "/home/odroid/openerp/6.0/server/bin/osv/osv.py", line 26, in <module>
import orm
File "/home/odroid/openerp/6.0/server/bin/osv/orm.py", line 64, in <module>
from openerp.addons.base.res.res_lang import lang
ImportError: No module named openerp.addons.base.res.res_lang