密码,在哪个文件控制呢?
ssssyn
-
求助:成功运行后登陆页提示错误,Your version of OpenERP is unsupported. -
求助:成功运行后登陆页提示错误,Your version of OpenERP is unsupported.成功跑起来后显示
2012-09-04 08:20:31,703 11181 INFO ? openerp: OpenERP version 6.1-20120903-232114
2012-09-04 08:20:31,703 11181 INFO ? openerp: addons paths: /opt/openerp/openerp/addons
2012-09-04 08:20:31,703 11181 INFO ? openerp: database hostname: localhost
2012-09-04 08:20:31,703 11181 INFO ? openerp: database port: 5432
2012-09-04 08:20:31,703 11181 INFO ? openerp: database user: openerp
2012-09-04 08:20:31,704 11181 INFO ? openerp.service.netrpc_server: starting NET-RPC service on 0.0.0.0:8070
2012-09-04 08:20:31,704 11181 INFO ? openerp.netsvc: Starting 1 services
2012-09-04 08:20:32,586 11181 INFO ? openerp.wsgi.core: HTTP service (werkzeug) running on 0.0.0.0:8069
2012-09-04 08:20:32,598 11181 INFO ? openerp.addons.web: embedded mode
2012-09-04 08:20:36,602 11181 INFO ? openerp: OpenERP server is running, waiting for connections...
然后在IP:8069,看到首页,但中间出现错误提示
提示错误如下
Your version of OpenERP is unsupported. Support & maintenance services are available here: OpenERP Entreprise.
OpenERP Server Error
Client Traceback (most recent call last):
File "/opt/openerp/openerp/addons/web/common/http.py", line 180, in dispatch
response["result"] = method(controller, self, **self.params)
File "/opt/openerp/openerp/addons/web/controllers/main.py", line 374, in create
return req.session.proxy("db").create_database(*create_attrs)
File "/opt/openerp/openerp/addons/web/common/openerplib/main.py", line 117, in proxy
result = self.connector.send(self.service_name, method, *args)
File "/opt/openerp/openerp/addons/web/common/http.py", line 602, in send
raise xmlrpclib.Fault('AccessDenied', str(e))
Server Access denied.
请问谁能告诉我这是什么原因呢???提前拜谢 -
已解决:centos6/Python2.7.安装6.1版报command 'gcc' failed 怎么解决[quote author=wangbuke link=topic=4338.msg11884#msg11884 date=1346651025]
oe python> 2.5 就可以用, 但不兼容3.X
你需要安装的是 python 的解释器,
$ sudo yum install python
安装完之后, 运行
$ python
Python 2.7.3rc2 (default, Apr 22 2012, 22:30:17)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
即为安装正确。
python-devel 是 python 的 c header 文件,开发PYTHON C扩展用的。 和运行PY没有任何关系。
[/quote]
您好,我运行了python,显示如下
Python 2.7.3 (default, Sep 1 2012, 19:50:51)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
我想是正常的吧,我安装是参照这个帖子的方法<br / [检测到链接无效,已移除] br />
在执行python setup.py install 时
依然报错
error: Setup script exited with error: command 'gcc' failed with exit status 1
不知道是否还有可能是别的原因?还是我需要升级到2.7.3RC2? -
已解决:centos6/Python2.7.安装6.1版报command 'gcc' failed 怎么解决环境centos6,64,因为在python2.6.6的时候报一个错(具体记不清了),坛子里说是python版本问题,就升级到了python2.7.3。
然后再安装的时候报error: Setup script exited with error: command 'gcc' failed with exit status 1
python-devel已经升级到最新版了,gcc也是最新版,但python-dev是2.6.6了,网上查源,没有给centos2.7的,不知道大家是否遇到过?们有什么办法么?
还是我必须降级python~~~~
提前拜谢
------------------------------------------------------------------------------------------------------
问题还是gcc安装有问题
重新安装显示kernel-2.6.32-220.13.1.el6.x86_64 has missing requires of kernel-firmware >= ('0', '2.6.32', '220.13.1.el6')
后来百度,是阿里云服务器问题,修改文件vi /etc/yum.conf 将exclude=kernel*前加注释即可解决
然后重装GCC,问题得到解决