Re: [Tutor] Running a script!

2011-12-11 Thread David Smith
If I have understood you correctly you are looking at the Python Shell. On this window choose File then New Window this will open a script window albeit without any code. This window will have a Run menu and within this menu there is a Run Module item which is what I think you are looking for.

[Tutor] Visual and audible system bell

2011-12-11 Thread David Smith
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

Re: [Tutor] how to stop a running program in python without closing python interface?

2012-02-12 Thread David Smith
On 12 Feb 2012, at 11:54, Debashish Saha wrote: > actually a i ran a progam in python which is sufficiently large . so i > want to stop the execution of the program now . how can i do this? This will depend on your operating system. On a Mac you press alt + command + esc and the choose the prog