beeping noise on windows

Greg Krohn infinitystwin.SPAM at IS.BAD.yahoo.com
Mon Jan 28 02:20:20 EST 2002


> back on my Apple II+ i could write the line
> "print Ctrl-G"
> and the computer would beep.  Is there a command as simple to make windows
> beep for me? -- from python?


It works for me. Not in PythonWin, though. Just with the standard Python.
It's ASCII 7, BTW. So "print chr(7)" will work, too.

greg





More information about the Python-list mailing list