openerp (server and clients) MUST NOT be installed as python module (so with python setup.py install), because the owner of /usr/lib/python2.X is root, so you have to be root to run openerp.
Instead, you can run them directly from within the source folder (eg: ./openerp-web.py) or make yours init scripts point to there to have deamons running in the background. "python setup.py install" remains valid only if you use a virtualenv or similar solution -- You received this bug notification because you are a member of OpenERP SA's Web Client R&D, which is a bug assignee. https://bugs.launchpad.net/bugs/705859 Title: [V6.0.1] Problem run client-web after insatll Status in OpenERP Web Client: Triaged Bug description: Install on ubuntu 10.10 message on connect to database 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.1-py2.6.egg/addons/openerp/controllers/root.py", line 35, in _cp_on_error message = errorpage.render() AttributeError: 'NoneType' object has no attribute 'render' _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-web Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-web More help : https://help.launchpad.net/ListHelp

