My python interpreter became mad !

alex23 wuwei23 at gmail.com
Tue Mar 25 07:36:55 EDT 2008


On Mar 25, 9:05 pm, Benjamin Watine <wat... at cines.fr> 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



More information about the Python-list mailing list