当前位置: 代码迷 >> Ruby/Rails >> 装配GreenOdoo-8.0-l打开时报错AttributeError: 'NoneType' object has no attribute 'group'
  详细解决方案

装配GreenOdoo-8.0-l打开时报错AttributeError: 'NoneType' object has no attribute 'group'

热度:284   发布时间:2016-04-29 02:10:37.0
安装GreenOdoo-8.0-l打开时报错AttributeError: 'NoneType' object has no attribute 'group'

新安装odoo打开时报错:
AttributeError: 'NoneType' object has no attribute 'group'

原因:glibc版本較低

$ cd /oracle/app/od8/runtime/python/bin/../../common/bin/
[[email protected] bin]$ ./wkhtmltopdf
./wkhtmltopdf: /lib64/libc.so.6: version `GLIBC_2.9' not found (required by ./wkhtmltopdf)
./wkhtmltopdf: /lib64/libc.so.6: version `GLIBC_2.10' not found (required by ./wkhtmltopdf)
./wkhtmltopdf: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by ./wkhtmltopdf)

?

查看glibc版本信息
# rpm -qa | grep glibc
glibc-2.5-81
glibc-2.5-81
glibc-headers-2.5-81
compat-glibc-2.3.4-2.26
glibc-devel-2.5-81
glibc-devel-2.5-81
compat-glibc-headers-2.3.4-2.26
glibc-common-2.5-81
compat-glibc-2.3.4-2.26

?

  相关解决方案