I am trying to install OpenERP Website Builder from trunk https://www.openerp.com/apps/website/ , but after putting this addons on my existing addons, OpenERP server crashed with "No handler found" error. When I look into openerp-server.log, I found below error.
2014-02-07 09:48:26,086 3608 CRITICAL ? openerp.modules.module: Couldn't load module web
2014-02-07 09:48:26,086 3608 CRITICAL ? openerp.modules.module: cannot import name request
2014-02-07 09:48:26,088 3608 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.
while in config file, "web" module path is there. Internersting thing is that, If i remove new website builder addon, OpenERP is working perfectly. Please anybody can guide me, how to install Website Builder in OpenERP. Do I need to set any other configuration.