[Tutor] No beep from winsound.Beep(500, 500)
ALAN GAULD
alan.gauld at btinternet.com
Sat Dec 19 12:48:12 CET 2009
>> Try
>> echo ^G
>> in a DOS box (ie Control-G)
>
>You mean the command line?
>
> C:\Users\Dick>echo ^G
>
> Nothing.
You should get a beep - that's what Ctrl-G is,
the Beep character.
That means your windows sound setup is
faulty somehow, it might be turned off
in the BIOS...
Alan Gauld
Author of the Learn To Program website
http://www.alan-g.me.uk/
________________________________
From: Richard D. Moores <rdmoores at gmail.com>
To: Alan Gauld <alan.gauld at btinternet.com>
Cc: tutor at python.org
Sent: Saturday, 19 December, 2009 9:35:48
Subject: Re: [Tutor] No beep from winsound.Beep(500, 500)
On Sat, Dec 19, 2009 at 01:18, Alan Gauld <alan.gauld at btinternet.com> wrote:
>
> "Richard D. Moores" <rdmoores at gmail.com> wrote
>>>>>
>>>>> from winsound import Beep
>>>>> Beep(500, 500)
>
> Works ok for me.
>
> I suspect it may be a system setting
>
Dick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20091219/ae13f1f4/attachment.htm>
More information about the Tutor
mailing list