RE: python fails in windows shell

2006-07-26 Thread Dave Korn
On 25 July 2006 20:49, Krzysztof Duleba wrote: > Dave Korn wrote: >> >>> When I try to run python in Windows shell, it hangs. Even the simplest >>> test like python -c 'print "foo"' will result in ntvdm process taking >>> 100% CPU. I tried it with 1.5.19 and 1.5.17 and got the same result. >>> >

Re: python fails in windows shell

2006-07-25 Thread Krzysztof Duleba
Dave Korn wrote: When I try to run python in Windows shell, it hangs. Even the simplest test like python -c 'print "foo"' will result in ntvdm process taking 100% CPU. I tried it with 1.5.19 and 1.5.17 and got the same result. When I strace python, I get a bit surprising output: D:\cygwin\hom

RE: python fails in windows shell

2006-07-25 Thread Dave Korn
On 25 July 2006 18:21, Volker Quetschke wrote: > Dave Korn wrote: >> On 25 July 2006 08:48, Krzysztof Duleba wrote: >> >>> When I try to run python in Windows shell, it hangs. Even the simplest >>> test like python -c 'print "foo"' will result in ntvdm process taking >>> 100% CPU. I tried it with

Re: python fails in windows shell

2006-07-25 Thread Volker Quetschke
Dave Korn wrote: On 25 July 2006 08:48, Krzysztof Duleba wrote: When I try to run python in Windows shell, it hangs. Even the simplest test like python -c 'print "foo"' will result in ntvdm process taking 100% CPU. I tried it with 1.5.19 and 1.5.17 and got the same result. When I strace python

RE: python fails in windows shell

2006-07-25 Thread Dave Korn
On 25 July 2006 08:48, Krzysztof Duleba wrote: > When I try to run python in Windows shell, it hangs. Even the simplest test > like python -c 'print "foo"' will result in ntvdm process taking 100% CPU. > I tried it with 1.5.19 and 1.5.17 and got the same result. > > When I strace python, I get a