>>>>> "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