我有Ubuntu 8.10。我把它升级到9.04。我有Openerp5.0服务器/客户机/web。它适用于8.10,但9.04不起作用。
现在,当我尝试使用以下方法启动服务器时:
./openerp-server.py 我有一个错误:
ERROR: Import xpath module
ERROR: Try to install the old python-xml package看起来这个版本的openerp不适用于python2.6。我可以将openerp重定向到使用Python的旧版本吗?
发布于 2009-10-07 12:14:09
谷歌是你的朋友:http://exploringopenerp.blogspot.com/2009/04/running-openerp-on-ubuntu-904.html
发布于 2009-11-23 04:55:54
请将openerp版本升级到5.0.6,并安装python。
发布于 2010-04-01 10:58:27
您需要编辑conf文件,以便它使用python2.5显式运行。
https://serverfault.com/questions/144947
复制相似问题