← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 672115] Re: [v6.RC1] cannot find wiki addon

 

*** This bug is a duplicate of bug 651011 ***
    https://bugs.launchpad.net/bugs/651011

** This bug has been marked a duplicate of bug 651011
   V6 - after revision update server doesn't start - hangs on wiki module
 * You can subscribe to bug 651011 by following this link: https://bugs.launchpad.net/openobject-addons/+bug/651011/+subscribe

-- 
[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: Incomplete

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