Re: System bell
Bengt Richter wrote: On Fri, 01 Apr 2005 02:06:07 -0500, Steve Holden <[EMAIL PROTECTED]> wrote: Trent Mick wrote: [Baza wrote] Am I right in thinking that >>>print "\a" should sound the system, 'bell'? It works on the shell on Windows for me (WinXP). Trent Interesting. From a Cygwin bash shell
Re: System bell
Matt wrote: Try: import os os.system('\a') Ta, that's got it. B -- http://mail.python.org/mailman/listinfo/python-list