c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02988
[Bug 672524] Re: openerp-server-5.0.15 not start
Tanel,
Are you sure you are trying this code on 5.0.15?
This code is not meant for stable, the code you are running is of Trunk.
The traceback shows that your server is of trunk, not 5.0.15.
Kindly use the compatible versions of server,addons and client.
Thanks.
** Changed in: openobject-server
Status: New => Invalid
--
openerp-server-5.0.15 not start
https://bugs.launchpad.net/bugs/672524
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: Invalid
Bug description:
OPENERP server = 5.0.15
Distro = Ubuntu 10.04.1
root@www:~/Downloads/OpenERP/5.0.15/openerp-server-5.0.15# openerp-server
Traceback (most recent call last):
File "./openerp-server.py", line 51, in <module>
import netsvc
File "/usr/local/lib/python2.6/dist-packages/openerp-server/netsvc.py", line 201, in <module>
import tools
File "/usr/local/lib/python2.6/dist-packages/openerp-server/tools/__init__.py", line 24, in <module>
from config import *
File "/usr/local/lib/python2.6/dist-packages/openerp-server/tools/config.py", line 477, in <module>
config = configmanager()
File "/usr/local/lib/python2.6/dist-packages/openerp-server/tools/config.py", line 101, in __init__
for x in ('CRITICAL', 'ERROR', 'WARNING', 'INFO', 'TEST', 'DEBUG', 'DEBUG_RPC', 'DEBUG_SQL', 'DEBUG_RPC_ANSWER','NOTSET')])
AttributeError: 'module' object has no attribute 'LOG_TEST'
References