[Mr6 wrote]
> It's a weird thing. But if I run print "\a" from idle it does not work.
> But if I save as a file, say, sound.py. Then run that with python
> sound.py it does.
>
> Why is that?
The IDLE stdout/stderr handling is not invoking a system bell when it
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
In
Serves me right for blindlyrunning things from IDLE.
This does work (tested on WinXP only):
import os
os.system('echo \a')
--
http://mail.python.org/mailman/listinfo/python-list
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
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 I got an elegant little dingish
sort of a beep (my volume control
r, as the OP put it,
the system "bell" . I can only speak as a Windows user however; I'm
unaware of the prevalence of this feature across operating systems.
--
Daniel Bickett
dbickett at gmail.com
http://heureusement.org/
--
http://mail.python.org/mailman/listinfo/python-list
[Mr6 wrote]
> Matt wrote:
> >Try:
> >import os
> >os.system('\a')
> >
>
> Ta, that's got it.
I suspect that you are misinterpreting failure as success here. This is
probably only resulting in a bell from the shell when it complains that
it doesn't know of any command called "\a" to run.
Trent
-
Matt wrote:
Try:
import os
os.system('\a')
Ta, that's got it.
B
--
http://mail.python.org/mailman/listinfo/python-list
[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
--
Trent Mick
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
Try:
import os
os.system('\a')
--
http://mail.python.org/mailman/listinfo/python-list
Am I right in thinking that >>>print "\a" should sound the system, 'bell'?
B
--
Computer says, 'no'
--
http://mail.python.org/mailman/listinfo/python-list
11 matches
Mail list logo