Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.048 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'friday,': 0.09; 'subject:howto': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr :python-list': 0.10; ';-)': 0.11; 'gui': 0.11; '"if"': 0.16; 'advantage.': 0.16; 'alert,': 0.16; 'etc...': 0.16; 'subject:simple': 0.16; 'wrote:': 0.17; 'module': 0.19; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'non': 0.24; 'command': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'facing': 0.29; 'wrap': 0.29; 'case,': 0.29; 'this.': 0.29; 'speakers': 0.30; 'running': 0.32; 'certain': 0.33; 'received:google.com': 0.34; 'built-in': 0.35; 'exist': 0.35; 'community': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'too': 0.36; 'does': 0.37; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'behind': 0.38; 'some': 0.38; 'sure': 0.38; 'release': 0.39; 'your': 0.60; 'july': 0.60; 'from:no real name:2**0': 0.60; 'hear': 0.63; 'love': 0.63; 'more': 0.63; 'within': 0.64; 'sound': 0.65; 'subject: ': 0.66; 'gelonida': 0.84; 'off,': 0.84; 'oss': 0.84; 'yourself?': 0.84 Newsgroups: comp.lang.python Date: Sat, 14 Jul 2012 18:15:05 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=166.249.194.253; posting-account=h3aEwQoAAACiuqX-oR3gvCVFm8lLHoWj References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 166.249.194.253 MIME-Version: 1.0 Subject: Re: howto do a robust simple cross platform beep From: rantingrickjohnson@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342314907 news.xs4all.nl 6877 [2001:888:2000:d::a6]:33496 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25329 On Friday, July 13, 2012 8:00:05 PM UTC-5, gelonida wrote: > I just want to use a beep command that works cross platform. [...] I > just want to use them as alert, when certain events occur within a > very long running non GUI application. I can see a need for this when facing a non GUI interface. But even "IF" yo= u do manage to play a sound in a cross platform manner; if the speaker volu= me is too low, or the speakers are turned off, or the computer does not hav= e speakers connected, etc... your user will never hear the alert! In this c= ase, beeping the built-in speaker has the fail-safe advantage.=20 Why not wrap up the functionality and release a module yourself? If you are= not sure how to access the speaker on one or more OSs then ask on the list= . I would love to see some community effort behind this. PS: Better make sure this module does not exist though ;-)