[wxPython-users] Beep?

Paul Koning pkoning at equallogic.com
Tue Jan 2 09:47:27 PST 2007


>>>>> "Peter" == Peter Decker <pydecker at gmail.com> writes:

 Peter> How do I make my app beep (like when there's an error)?  --

Try wx.Bell().  It needs to have the alert beep enabled in the
underlying platform.  On Windows that means having the sounds setup so
Alert sounds a beep.  On Linux it supposedly can be done too but I've
had little luck...

    paul





More information about the wxpython-users mailing list