On Mar 25, 9:05 pm, Benjamin Watine <[EMAIL PROTECTED]> wrote: > I'm trying to use re module to match text with regular expression. In a > first time, all works right. But since yesterday, I have a very strange > behaviour :
The following line in the traceback shows you're not using the default python module: > File "/etc/postfix/re.py", line 19, in ? Were you using the interpreter in the /etc/postfix directory? The re module there seems to be shadowing the site package. Hope this helps. - alex23 -- http://mail.python.org/mailman/listinfo/python-list