i*****f 发帖数: 578 | 1 【 以下文字转载自 Programming 讨论区 】
发信人: icewolf (好好活), 信区: Programming
标 题: Re: python .pyw问题请教
发信站: BBS 未名空间站 (Mon Feb 1 23:00:57 2010, 美东)
Hi, there are two ways of solving the problem. you can either comment out
the print statement in the loop, or redirect stdout stdin, stderr to null.
there's a known problem with pythonw.exe and the std* stream
BTW, welcome to join my Python club (technology) and discuss issues about
python :)
PS, your code works great:) |
|