The redirection problem is a bug/feature of NT 4.0 that has been corrected
in Win 2K.
 
Under NT 4.0 you have to use 
 
    python scriptname.py > scriptname.log
 
instead of
    
    scriptname.py > scriptname.log
 
    or        
 
    scriptname > scriptname.log
 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 25, 2001 8:06 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: AW: Vedr: Problem with Output Redirection and ActivePython 2.1, b
uild 211




And you use also print "..." and no explicit flushing of the output? 
So it looks like NT4 and Windows2000 behave different. 
Or is there any other configuration issue that could cause this behavior? 

Peter 


-----Ursprüngliche Nachricht----- 
Von: [EMAIL PROTECTED] 
[ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] 
Gesendet: Montag, 25. Juni 2001 14:41 
An: Frey, Peter 
Betreff: Vedr: Problem with Output Redirection and ActivePython 2.1, 
build 211 



Hello Peter 

Using ActivePython 2.1 build 210 / Windows 2000 SP1 I have used redirection 
several times without any problems. 
I know it does not solve your problem but at least you know it works with 
build 210. 

Jesper 

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to