Re: [Python-Dev] Possible issue with 2.5a1 Win32 binary

2006-04-06 Thread Nick Coghlan
Paul Moore wrote: > On 4/6/06, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: >> What happens when you run >> >> D:\Apps\Python25\python.exe -Wi D:\Apps\Python25\Lib\compileall.py -f -x >> badsyntax D:\Apps\Python25\Lib >> >> and look at the status of the program? I think also excluding bad_coding >>

Re: [Python-Dev] Possible issue with 2.5a1 Win32 binary

2006-04-06 Thread Paul Moore
On 4/6/06, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > What happens when you run > > D:\Apps\Python25\python.exe -Wi D:\Apps\Python25\Lib\compileall.py -f -x > badsyntax D:\Apps\Python25\Lib > > and look at the status of the program? I think also excluding bad_coding > might already help. Statu

Re: [Python-Dev] Possible issue with 2.5a1 Win32 binary

2006-04-05 Thread Martin v. Löwis
Paul Moore wrote: > Can someone check http://www.python.org/sf/1465093 for me? It looks > like a fairly serious issue with the Windows binaries - pywin32 is a > pretty important package on Windows. My feeling is that this is a very shallow, easily fixed problem. > I've verified it on 2 machines,

[Python-Dev] Possible issue with 2.5a1 Win32 binary

2006-04-05 Thread Paul Moore
Can someone check http://www.python.org/sf/1465093 for me? It looks like a fairly serious issue with the Windows binaries - pywin32 is a pretty important package on Windows. I've verified it on 2 machines, but can't work out what the issue might be. I've assigned it to Martin, as the owner of the