On Dec 7, 12:40 am, Stef Mientki <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list