how to get a beep, OS independent ?

Chris Rebert clp at rebertia.com
Sat Dec 6 18:47:08 EST 2008


On Sat, Dec 6, 2008 at 3:40 PM, Stef Mientki <stef.mientki at gmail.com> wrote:
> hello,
>
> I want to give a small beep,
> for windows there's message-beep,
> and there seems to be something like " curses" ,
> but that package seems to be totally broken in P2.5 for windows.
>
> Any other suggestions ?

Printing the http://en.wikipedia.org/wiki/Bell_character ("\a") to the
terminal produces a beep from the internal speaker.

Cheers,
Chris

-- 
Follow the path of the Iguana...
http://rebertia.com

>
> thanks,
> Stef Mientki
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list