`
wuhuizhong
  • 浏览: 682646 次
  • 性别: Icon_minigender_1
  • 来自: 中山
社区版块
存档分类
最新评论

安装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/
[oracle@webdb04 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

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics