Hello ... today I downloaded the nightly version of Odoo v9 on my PC. I'm building a Raspberry Pi version of an OpenERP so that people can use it in embedded environments. I managed to include all of the dependencies according to the requirements.txt file that comes along in the package, along with postgresql and all the initial configuration that needs to be done (pgsql templates, etc ... ). When I run the odoo.py script I get these messages:
2016-09-19 16:19:07,114 525 INFO ? openerp: OpenERP version 9.0c-20160919
2016-09-19 16:19:07,119 525 INFO ? openerp: addons paths: ['/root/.local/share/Odoo/addons/9.0', u'/usr/lib/python2.7/site-packages/openerp/addons']
2016-09-19 16:19:07,122 525 INFO ? openerp: database: default@default:default
2016-09-19 16:19:07,125 525 WARNING ? openerp.modules.module: module web: module not found
2016-09-19 16:19:07,699 525 WARNING ? openerp.modules.module: module base: module not found
2016-09-19 16:19:07,700 525 CRITICAL ? openerp.modules.module: Couldn't load module web
2016-09-19 16:19:07,702 525 CRITICAL ? openerp.modules.module: 'version'
2016-09-19 16:19:07,703 525 ERROR ? openerp.service.server: Failed to load server-wide module `web`. The `web` module is provided by the addons found in the `openerp-web` project.
The `web` module is provided by the addons found in the `openerp-web` project.
...
...
2016-09-19 16:19:07,716 525 WARNING ? openerp.modules.module: module web_kanban: module not found
2016-09-19 16:19:07,719 525 WARNING ? openerp.modules.module: module web_kanban: module not found
2016-09-19 16:19:07,720 525 CRITICAL ? openerp.modules.module: Couldn't load module web_kanban
2016-09-19 16:19:07,721 525 CRITICAL ? openerp.modules.module: 'post_load'
From what I understand it doesn't find several modules that are in the addons directory it detects when starting the script: /usr/lib/python2.7/site-packages/openerp/addons.
So , any advice ...
Versions:
Odoo 9.0c-20160618
PostgreSQL 9.5.2
Python 2.7.11
Python Installed Modules (long list): openerp is installed. http://pastebin.com/05BqwtEthttp://pastebin.com/05BqwtEt