On 6 Dec, 23:40, Stef Mientki <[EMAIL PROTECTED]> wrote: > hello, > > I want to give a small beep,
Just to add to the options here. Where ncurses work you can use: python -c 'from curses import *;wrapper(lambda s:beep())' To try it just enter the whole line above in the command line.. Regards, Muhammad Alkarouri -- http://mail.python.org/mailman/listinfo/python-list