[issue4741] winsound.SND_PURGE has no effect

Hirokazu Yamamoto report at bugs.python.org
Thu Dec 25 00:14:44 CET 2008


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

You should specify winsound.SND_ASYNC in first PlaySound. By default, 
PlaySound won't return until completing to play wav file.

winsound.SND_PURGE doesn't work for me. I'm also using Win2000SP4, and 
I found http://www.vbforums.com/archive/index.php/t-209162.html
They also think SND_PURGE doesn't work on Win2000. And MSDN says 
SND_PURGE is not supported. (http://msdn.microsoft.com/en-
us/library/ms712879.aspx)

----------
nosy: +ocean-city

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4741>
_______________________________________


More information about the Python-bugs-list mailing list