On Dec 22, 3:16 am, Jeffrey Barish <[email protected]> wrote: > I use sys.stdout.write('\a') to beep. It works fine on Kubuntu, but not on > two other platforms (one of which is Ubuntu). I presume that the problem > is due to a system configuration issue. Can someone point me in the right > direction? Thanks. > -- > Jeffrey Barish
gnome-terminal (default terminal on Ubuntu) uses X11 bell for its beep. Try 'xset b on' to turn the beep on. See 'man xset' for more options. Ivan -- http://mail.python.org/mailman/listinfo/python-list
