openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #01792
Re: Nightly builds?
Hi W;
I just found this documentation which includes, what appears to be, a full
source download.
http://doc.openerp.com/trunk/developers/server/01_getting_started/
It doesn't seem to be completely functional, yet; oes.log says:
2012-12-17 14:01:44,886 5434 CRITICAL ? openerp.modules.module: Couldn't
load module web
2012-12-17 14:01:44,886 5434 CRITICAL ? openerp.modules.module: No module
named unittest2
2012-12-17 14:01:44,886 5434 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 "/home/dalem/workspace/openerp/server/openerp/service/__init__.py",
line 54, in load_server_wide_modules
openerp.modules.module.load_openerp_module(m)
File "/home/dalem/workspace/openerp/server/openerp/modules/module.py",
line 404, in load_openerp_module
__import__('openerp.addons.' + module_name)
File "/home/dalem/workspace/openerp/server/openerp/modules/module.py",
line 133, in load_module
mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
File "/home/dalem/workspace/openerp/web/addons/web/__init__.py", line 3,
in <module>
import cli
File "/home/dalem/workspace/openerp/web/addons/web/cli/__init__.py", line
1, in <module>
import test_js
File "/home/dalem/workspace/openerp/web/addons/web/cli/test_js.py", line
5, in <module>
import unittest2
ImportError: No module named unittest2
and I couldn't build a DB:
openerp@QnD:~/openerp$ make db-setup
make: *** No rule to make target `db-setup'. Stop.
But it might be helpful to you and others,
DaleEMoore@xxxxxxxxx
Follow ups
References