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 Ultrasick
Recipients Ultrasick
Date 2008-12-24.20:43:17
SpamBayes Score 8.812952e-06
Marked as misclassified No
Message-id <1230151398.8.0.831706381967.issue4741@psf.upfronthosting.co.za>
In-reply-to
Content
I added a .py file to demonstrate the problem. I tryed 2 ways to stop
the sound from beeing played. The first way "winsound.PlaySound(path[0]
+ '/sound.wav', winsound.SND_PURGE)" should already stop it but instead
it starts the playback again. The second has no effect on my computer.

My system:
Windows 2000, service pack: 4
Python 2.6.something
History
Date User Action Args
2008-12-24 20:43:18Ultrasicksetrecipients: + Ultrasick
2008-12-24 20:43:18Ultrasicksetmessageid: <1230151398.8.0.831706381967.issue4741@psf.upfronthosting.co.za>
2008-12-24 20:43:18Ultrasicklinkissue4741 messages
2008-12-24 20:43:17Ultrasickcreate