Getting rid of "close failed: [Errno 0] No Error" on Win32

Yoav yoav_artzi at il.vio.com
Wed Aug 24 09:02:35 EDT 2005


I am using os.popen3 to call a console process and get its output and 
stderr. However on Win32 (and not OS X) I also get the Errno message. 
It's printed to the screen, which I wish to keep clean. How can disable 
this notification?

Thanks.



More information about the Python-list mailing list