[issue12172] IDLE crashes when I use F5 to run

Kevin report at bugs.python.org
Wed May 25 06:32:41 CEST 2011


New submission from Kevin <kdness at gmail.com>:

Similar to bug issue 11431, my IDLE crashes (OS 10.6.7) when using F5, but works fine or better when I click run module. However, unlike 11431, I have downloaded, and I believe, correctly installed ActiveTcl 8.5.

Similar to Ned's suggestions in issue: 11431, here are the first two lines when I launch my shell:

Python 3.2 (r32:88452, Feb 20 2011, 11:12:31) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin

Also, here is the response when I run Ned's suggested commands per issue number 11431. First Ned's commands:

import _tkinter, subprocess
print(subprocess.getoutput("otool -L " + _tkinter.__file__))
print(subprocess.getoutput("ls -l /Library/Frameworks/Tk.framework/Versions"))

The responses:

/bin/sh: otool: command not found

total 8
drwxr-xr-x  8 root  admin  272 Feb  4 01:52 8.5
lrwxr-xr-x  1 root  admin    3 May 23 17:45 Current -> 8.5

Also, if it may help, when I click on the ActiveTCL application icon, a comodo dragon icon application named tclvfse, I get a fatal error message of which I took the following screen shot, attached.

My guess is that ActiveTcl 8.5 is partially installed, or flat out incorrectly installed.

Any ideas? Thanks for your help/time.

Kevin

----------
components: IDLE
files: Screen shot 2011-05-23 at 5.56.19 PM.png
messages: 136826
nosy: Kevin Ness
priority: normal
severity: normal
status: open
title: IDLE crashes when I use F5 to run
type: crash
versions: Python 3.2
Added file: http://bugs.python.org/file22102/Screen shot 2011-05-23 at 5.56.19 PM.png

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12172>
_______________________________________


More information about the Python-bugs-list mailing list