Question

I download trunk version of OpenERP from lauchpad. When i start server it's gives following error

Traceback (most recent call last): File "./openerp-server", line 2, in import openerp File "/home/jack/trunk/trunk-server/openerp/init.py", line 72, in import http File "/home/jack/trunk/trunk-server/openerp/http.py", line 37, in from openerp.service import security, model as service_model File "/home/jack/trunk/trunk-server/openerp/service/init.py", line 28, in import server File "/home/jack/trunk/trunk-server/openerp/service/server.py", line 10, in import psutil

ImportError: No module named psutil

Was it helpful?

Solution

Getting this error because psutil is not installed. you have to install psutil using this command.

sudo apt-get install python-psutil in terminal. after this restart server. This will solve your error.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top