c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #27467
[Bug 756723] Re: error in Import rpc in trunk version 4638
Hello again,
Everything works fine now, but I had to do some little things certainly
due my previous installation (on ubuntu 10.04):
1. copy all files from /opt/openerp-web/openobject
-->/usr/local/lib/python2.6/dist-packages$ sudo gedit openerp_web-6
.1_dev-py2.6.egg/openerobject/
2. modify the file /usr/local/lib/python2.6/dist-packages$ sudo gedit
openerp_web-6.1_dev-py2.6.egg/EGG-INFO/scripts/openerp-web:
#!/usr/bin/python
import sys
from openobject.commands import start#, ConfigurationError
if __name__ == "__main__":
try:
start()
except:# ConfigurationError, exc:
sys.stderr.write(str(exc)+"\n")
sys.exit(1)
3. copy the file /opt/openerp-web/openerp-web.cfg to /etc/ (as always
but very important here)
4. I hvae also remove and reinstall
http://pypi.python.org/pypi/distribute
It is working fine for me now.
Regards,
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/756723
Title:
error in Import rpc in trunk version 4638
Status in OpenERP Web Client:
Opinion
Bug description:
Hi,
I've just installed the latest trunk version (build 4638) of openerp-client-web. Then I run it. An import error occurs in file
for module rpc (line 14: from openobject import errors, paths, rpc)
/usr/local/lib/python2.6/dist-packages/openerp_web-6.1_dev-
py2.6.egg/openobject/addons.py
Thanks.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/756723/+subscriptions
References