在此说明下、python的依赖模块都已经有了。
只是不知道怎么配置openerp。。。
X
xt_yangjie
@xt_yangjie
-
Openerp7.0 源码 普通用户安装 -
Openerp7.0 源码 普通用户安装如题。
我只有普通用户的权限。
postgresql 已经安装好了。但是在安装openerp的时候我不知道如何修改配置。默认有些文件是安装到/usr目录下的。我没有这个目录的写权限。<br />[YangJie@huaixuan01 openerp-7.0-20130106-001538]$ python setup.py install<br />running install<br />error: can't create or remove files in install directory<br /><br />The following error occurred while trying to add or remove files in the<br />installation directory:<br /><br /> [Errno 13] Permission denied: '/usr/lib/python2.6/site-packages/test-easy-install-18022.write-test'<br /><br />The installation directory you specified (via --install-dir, --prefix, or<br />the distutils default setting) was:<br /><br /> /usr/lib/python2.6/site-packages/<br /><br />Perhaps your account does not have write access to this directory? If the<br />installation directory is a system-owned directory, you may need to sign in<br />as the administrator or "root" account. If you do not have administrative<br />access to this machine, you may wish to choose a different installation<br />directory, preferably one that is listed in your PYTHONPATH environment<br />variable.<br /><br />For information on other options, you may wish to consult the<br />documentation at:<br />
在此说明下、python的依赖模块root都已经安装好了。只是不知道怎么配置OE。。。
Linux发行版本为Red Hat 4.4.6-4 -
关于openerp6.1 web服务器和xmlrpc的一些问题[size=2]因公司需要、要用openwep搭建一套新系统(web端的)。
这2天把openerp(6.1)下来安装好了、也看了看python的语法。
但是有几点我不明白的,还望论坛前辈们指教、指教:
1. openerp的web服务器是什么怎么运作的呢(可能这个问题比较笼统)
2.openerp是用python写的,为毛我在安装文件里面都没见python的解释器呢?
3. 6.1 web端是通过什么手段调用服务端的业务逻辑的?xmlprc?jsonrpc?(我通过firebug调试的时候发送到后端的是json数据) openerp又是通过什么机制转到python写的业务逻辑上呢(也就是python类里面的方法). [/size]
[b]最重要的还是第三点,因为我是要通过页面重写POS模块,所以需要明白是通过什么机制来调用后端服务的...[/b]
[b]有了解openerp的朋友,还望高抬贵手. 在此拜谢..[/b]