From: James Edward Gray II Date: 2006-03-29T01:45:31+09:00 Subject: Re: Playing sounds on a Mac On Mar 28, 2006, at 10:21 AM, Ernest Obusek wrote: > I wrote a little timer application and I would like it to play a > sound when the timer has counted down to 0. If your needs are very simple, you could print the alarm character: print "\a" James Edward Gray II