This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients Ultrasick, ocean-city
Date 2008-12-24.23:14:43
SpamBayes Score 0.038688637
Marked as misclassified No
Message-id <1230160484.92.0.764727177127.issue4741@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2008-12-24 23:14:45ocean-citysetrecipients: + ocean-city, Ultrasick
2008-12-24 23:14:44ocean-citysetmessageid: <1230160484.92.0.764727177127.issue4741@psf.upfronthosting.co.za>
2008-12-24 23:14:44ocean-citylinkissue4741 messages
2008-12-24 23:14:43ocean-citycreate