You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/zc/buildout/buildout.py", line 2123, in main
getattr(buildout, command)(args)
File "/usr/local/lib/python2.7/dist-packages/zc/buildout/buildout.py", line 796, in install
installed_files = self[part]._call(recipe.install)
File "/usr/local/lib/python2.7/dist-packages/zc/buildout/buildout.py", line 1553, in _call
return f()
File "/home/rafaelleao/odoo100/anybox.recipe.odoo/anybox/recipe/odoo/base.py", line 1123, in install
self._create_default_config()
File "/home/rafaelleao/odoo100/anybox.recipe.odoo/anybox/recipe/odoo/server.py", line 109, in _create_default_config
from openerp.tools.config import configmanager
ImportError: No module named openerp.tools.config
The text was updated successfully, but these errors were encountered:
Hi, need help with this error:
anybox.recipe.odoo.base: Creating config file: etc/odoo.cfg
While:
Installing odoo.
An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/zc/buildout/buildout.py", line 2123, in main
getattr(buildout, command)(args)
File "/usr/local/lib/python2.7/dist-packages/zc/buildout/buildout.py", line 796, in install
installed_files = self[part]._call(recipe.install)
File "/usr/local/lib/python2.7/dist-packages/zc/buildout/buildout.py", line 1553, in _call
return f()
File "/home/rafaelleao/odoo100/anybox.recipe.odoo/anybox/recipe/odoo/base.py", line 1123, in install
self._create_default_config()
File "/home/rafaelleao/odoo100/anybox.recipe.odoo/anybox/recipe/odoo/server.py", line 109, in _create_default_config
from openerp.tools.config import configmanager
ImportError: No module named openerp.tools.config
The text was updated successfully, but these errors were encountered: