← Back to team overview

openerp-community team mailing list archive

Re: Nightly builds?

 

You have to install python-unittest2 package!
python-mock too!
On 12/17/2012 08:09 PM, Dale E. Moore wrote:
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



_______________________________________________
Mailing list: https://launchpad.net/~openerp-community
Post to     : openerp-community@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Follow ups

References