Re: re.compile() doesn't work under Windows?

2006-09-04 Thread Sibylle Koczian
ddtl schrieb: > Thanks everybody for pointing out the problem. > And indeed, the script was named differently on Linux. > > ddtl. And because I just spent a day searching all the wrong corners: you remembered to delete or rename the "re.pyc" that the first import probably left in the same directo

Re: re.compile() doesn't work under Windows?

2006-09-01 Thread ddtl
Thanks everybody for pointing out the problem. And indeed, the script was named differently on Linux. ddtl. -- http://mail.python.org/mailman/listinfo/python-list

Re: re.compile() doesn't work under Windows?

2006-08-31 Thread John Machin
ddtl wrote: > Hello everybody. > > My script uses re.compile() function, and while it rans without errors > under Linux, when I ran that script under Windows I get the following > error: > > Traceback (most recent call last): > File "C:\a\projects\re.py", line 4, in ? > import re > File "C:

Re: re.compile() doesn't work under Windows?

2006-08-31 Thread Gabriel Genellina
At Thursday 31/8/2006 18:38, ddtl wrote: My script uses re.compile() function, and while it rans without errors under Linux, when I ran that script under Windows I get the following error: Traceback (most recent call last): File "C:\a\projects\re.py", line 4, in ? import re File "C:\a\p

Re: re.compile() doesn't work under Windows?

2006-08-31 Thread Carsten Haese
On Thu, 2006-08-31 at 17:38, ddtl wrote: > Hello everybody. > > My script uses re.compile() function, and while it rans without errors > under Linux, when I ran that script under Windows I get the following > error: > > Traceback (most recent call last): > File "C:\a\projects\re.py", line 4, in

Re: re.compile() doesn't work under Windows?

2006-08-31 Thread jay graves
ddtl wrote: > My script uses re.compile() function, and while it rans without errors > under Linux, when I ran that script under Windows I get the following > error: > Traceback (most recent call last): > File "C:\a\projects\re.py", line 4, in ? > import re > File "C:\a\projects\re.py", li

re.compile() doesn't work under Windows?

2006-08-31 Thread ddtl
Hello everybody. My script uses re.compile() function, and while it rans without errors under Linux, when I ran that script under Windows I get the following error: Traceback (most recent call last): File "C:\a\projects\re.py", line 4, in ? import re File "C:\a\projects\re.py", line 95, i