Issues to install openerp on ubuntu 14.04
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Web addons for OpenERP |
New
|
Undecided
|
Unassigned | ||
openerp (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
2014-06-08 19:41:21,496 6749 INFO ? openerp: OpenERP version 7.0-20140606-231109
2014-06-08 19:41:21,496 6749 INFO ? openerp: addons paths: /opt/openerp/
2014-06-08 19:41:21,496 6749 INFO ? openerp: database hostname: localhost
2014-06-08 19:41:21,496 6749 INFO ? openerp: database port: 5432
2014-06-08 19:41:21,496 6749 INFO ? openerp: database user: openerp
2014-06-08 19:41:21,620 6749 CRITICAL ? openerp.
2014-06-08 19:41:21,620 6749 CRITICAL ? openerp.
2014-06-08 19:41:21,621 6749 ERROR ? openerp.service: Failed to load server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
File "/opt/openerp/
openerp.
File "/opt/openerp/
__import_
File "/opt/openerp/
mod = imp.load_
File "/opt/openerp/
import cli
File "/opt/openerp/
import test_js
File "/opt/openerp/
import unittest2
ImportError: No module named unittest2
2014-06-08 19:41:21,641 6749 INFO ? openerp.
2014-06-08 19:41:21,644 6749 INFO ? openerp: OpenERP server is running, waiting for connections...
^C2014-06-08 20:18:20,354 6749 INFO ? openerp.service: Initiating shutdown
2014-06-08 20:18:20,354 6749 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown.
Install the python module unittest2 and try again.
>>sudo apt-get install python-unittest2