c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02903
[Bug 672115] Re: [v6.RC1] cannot find wiki addon
> Apparently, the wiki addon is missing but I do not find the way how to
install it.
It's a "web module", so a web addon which is bundled in a server module
(`wiki`). The implementation of these is fairly new so it's possible
there are issues with non-develop cases.
Could I have more informations on how you installed/setup the server and
the web client? Is that the actual RC1 or a trunk? Could you try
installing the "Pad" integration module (either directly, it's called
"Pad", or via the installation wizards, it's part of the tools and
called "native pad integration") if it's available? (I don't remember if
it was already merged in RC1)
--
[v6.RC1] cannot find wiki addon
https://bugs.launchpad.net/bugs/672115
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Web Client: New
Bug description:
Using a database for which I installed the wiki widget web module, I get the following error message:
Unrecoverable error in the server.
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 541, in run
self.respond(pi)
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 624, in respond
self.handle_error()
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 746, in handle_error
self.error_response()
File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/addons/openerp/controllers/root.py", line 39, in _cp_on_error
cherrypy.request.pool = openobject.pooler.get_pool()
File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/openobject/pooler.py", line 93, in get_pool
addons.load_addons(db_name, config)
File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/openobject/addons.py", line 210, in load_addons
new_modules = obj.get_new_modules()
File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/addons/openerp/controllers/modules.py", line 76, in get_new_modules
shutil.move(os.path.join(temp_dir, 'web'), module_dir)
File "/usr/lib/python2.6/shutil.py", line 261, in move
copytree(src, real_dst, symlinks=True)
File "/usr/lib/python2.6/shutil.py", line 146, in copytree
os.makedirs(dst)
File "/usr/lib/python2.6/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/addons/wiki'
Apparently, the wiki addon is missing but I do not find the way how to install it.
References