how to get a beep, OS independent ?

info at orlans-amo.be info at orlans-amo.be
Sun Dec 7 09:22:31 EST 2008


On Dec 7, 12:40 am, Stef Mientki <stef.mien... 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 ?
>
> thanks,
> Stef Mientki

Not sure it's the simplest solution, but

import Tkinter
Tkinter.Tk().bell()

makes a beep



More information about the Python-list mailing list