After I do "apt-get update && apt-get upgrade" I find "No handler found" try to load OpenERP.
Did I do it wrong using apt-get? Why I broke it?
I'm totally lost, thanks for your help.
THIS IS THE PART OF LOG WHERE IT SAY "CRITICAL".
2014-03-03 20:07:57,369 779 CRITICAL ? openerp.modules.module: Couldn't load module web
2014-03-03 20:07:57,369 779 CRITICAL ? openerp.modules.module: No module named wizard
2014-03-03 20:07:57,369 779 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 "/usr/lib/pymodules/python2.7/openerp/service/__init__.py", line 60, in load_server_wide_modules openerp.modules.module.load_openerp_module(m)
File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 415, in load_openerp_module getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()
File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 628, in wsgi_postload openerp.wsgi.register_wsgi_handler(Root())
File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 517, in __init__ self.load_addons()
File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 580, in load_addons m = __import__('openerp.addons.' + module)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 580, in load_addons m = __import__('openerp.addons.' + module)
File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 133, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
File "/usr/lib/pymodules/python2.7/openerp/addons/pos_delivery_restaurant/__init__.py", line 26, in <module> import wizard
ImportError: No module named wizard