Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20228 > unrolled thread
| Started by | Franck Ditter <franck@ditter.org> |
|---|---|
| First post | 2012-02-11 19:15 +0100 |
| Last post | 2012-02-12 06:28 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Stopping a looping computation in IDLE 3.2.x Franck Ditter <franck@ditter.org> - 2012-02-11 19:15 +0100
Re: Stopping a looping computation in IDLE 3.2.x Ned Deily <nad@acm.org> - 2012-02-12 06:28 +0100
| From | Franck Ditter <franck@ditter.org> |
|---|---|
| Date | 2012-02-11 19:15 +0100 |
| Subject | Stopping a looping computation in IDLE 3.2.x |
| Message-ID | <franck-BB4524.19152411022012@news.free.fr> |
How do you stop a looping computation with IDLE 3.2.x on MacOS-X Lion ?
It hangs with the colored wheel...
Ctl-C does not work.
Thanks,
franck
[toc] | [next] | [standalone]
| From | Ned Deily <nad@acm.org> |
|---|---|
| Date | 2012-02-12 06:28 +0100 |
| Message-ID | <mailman.5716.1329024514.27778.python-list@python.org> |
| In reply to | #20228 |
In article <franck-BB4524.19152411022012@news.free.fr>, Franck Ditter <franck@ditter.org> wrote: > How do you stop a looping computation with IDLE 3.2.x on MacOS-X Lion ? > It hangs with the colored wheel... > Ctl-C does not work. Ctrl-C in the IDLE shell window works for me on OS X 10.7 Lion. Did you use the python.org 3.2.2 64-bit-/32-bit installer for 10.6? Do you have the latest ActiveState Tcl/Tk 8.5.11 installed? http://www.python.org/download/mac/tcltk/ -- Ned Deily, nad@acm.org
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web