This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kevin Ness
Recipients Kevin Ness
Date 2011-05-25.04:32:39
SpamBayes Score 8.246126e-12
Marked as misclassified No
Message-id <1306297960.86.0.861957581739.issue12172@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-05-25 04:32:41Kevin Nesssetrecipients: + Kevin Ness
2011-05-25 04:32:40Kevin Nesssetmessageid: <1306297960.86.0.861957581739.issue12172@psf.upfronthosting.co.za>
2011-05-25 04:32:40Kevin Nesslinkissue12172 messages
2011-05-25 04:32:39Kevin Nesscreate