On 12/12/11 07:57, David Smith wrote:
In a terminal window
print ("\a")
triggers a visual and audible bell as set in Terminal window preferences.
However
print ("\a")
and pressing Enter in a Python Shell window
results in neither a visible nor an audible system bell.
I assume the second
Dear list
In a terminal window
python3.2
at the command gives me
Python 3.2 (r32:88452, Feb 20 2011, 11:12:31)
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
then
print ("\a")
triggers a visual and aud