2004年09月15日 星期三 08:08
你要匹配什么样的表达式?能不能写清楚些? 我想不过是形式上不同罢了,你是不是把别的语言的正则表达式形式直接用在python上了。这样一般不可以。 ----- Original Message ----- From: "Anew" <Anewboy at citiz.net> To: "python-chinese" <python-chinese at lists.python.cn> Sent: Wednesday, September 15, 2004 1:24 AM Subject: [python-chinese] Python还是有很多错误啊 > python-chinese,您好! > > 最近很多用Python,所以感觉尤为深刻。不多说了,给大家看一个例子: > 这个是我在使用正则表达式的时候得错误。 > > reTxt="""(.*)?""" > re.compile(reTxt) > 错误是: > re.compile(reTxt) > Traceback (most recent call last): > File "", line 1, in ? > File "D:\usr\PROGRA~1\Python23\lib\sre.py", line 179, in compile > return _compile(pattern, flags) > File "D:\usr\PROGRA~1\Python23\lib\sre.py", line 229, in _compile > raise error, v # invalid expression (不正确的表达式! 晕~~~~ ) > error: nothing to repeat > > 我还在我的Gentoo Linux 上测试了一下,也一样.python 的版本是 2.3.3 > > (PS: 虽然我不想说,但是我在 .net下却可以实现.) > > 致 > 礼! > > > Anew > Anewboy at citiz.net > 2004-09-15 > -------------------------------------------------------------------------------- > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
Zeuux © 2025
京ICP备05028076号