python显示括号错误_python regex的括号不平衡错误

我有一个python脚本,它使用regex从日志文件中检索数据,而运行脚本时,我得到一个错误sre_constants.error: unbalanced parenthesis。在

下面是我尝试使用regex的脚本。在#!/grid/common/pkgs/python/v2.7.10/bin/python

import sys

import re

var1 = ''

var2 = ''

Html_file= open("/home/karn/healthCheck_result.html","w")

html_str = """

HostnameService

"""

Html_file.write(html_str)

fh=open(sys.argv[1],"r")

for line in fh:

pat_match=re.match("^\s+\HostName:\s+(.*?)\.*", line)

pat_match1=re.match("^\s+(.*?\)Service Status:\s+(.*Not.*?)\.*", line)

if pat_match:

Html_file.write("""

""" + pat_match.group(1) + """\n""")

elif pat_match1:

Html_file.write("""

""" + pat_match1.group(2) + """\n""")My log file has the below sample data: Where i'm searching the "Not" String and if it gets that then print that entire line Starting with Service Status.

^{pr2}$

你能告诉我这里有什么问题吗。。在

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值