Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. $ openerp-web
  2. Traceback (most recent call last):
  3. File "/usr/bin/openerp-web", line 8, in <module>
  4. start()
  5. File "/usr/lib/python2.7/site-packages/openobject/commands.py", line 59, in start
  6. raise ConfigurationError(_("Could not find configuration file: %s") %
  7. File "/usr/lib/python2.7/site-packages/openobject/i18n/_gettext.py", line 189, in gettext2
  8. value = gettext(key, locale, domain)
  9. File "/usr/lib/python2.7/site-packages/openobject/i18n/_gettext.py", line 184, in gettext
  10. if cherrypy.request.loading_addons:
  11. File "/usr/lib/python2.7/site-packages/cherrypy/__init__.py", line 204, in __getattr__
  12. return getattr(child, name)
  13. AttributeError: 'Request' object has no attribute 'loading_addons'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement