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.

classification
Title: IDLE 3.2 crashes on Mac OS 10.6 with ActiveState Tcl/Tk 8.5
Type: crash Stage: resolved
Components: IDLE Versions: Python 3.2
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: ned.deily Nosy List: almccann, ned.deily
Priority: normal Keywords:

Created on 2011-07-09 02:03 by almccann, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg140046 - (view) Author: Alastair McCann (almccann) Date: 2011-07-09 02:03
I am running Python 3.2 on Mac OSX 10.6.8 I have installed ActiveState Tcl/Tk 8.5.

I installed Python first, and then Tcl/Tk.

When I create a simple script, IDLE crashes every time I try to execute it.

Any suggestions??
msg140049 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-07-09 04:27
We need more information to be able to assist you:

1. How do you launch IDLE?  Are you clicking on an icon and, if so, which one, or are you entering a command from a terminal window or something else?

2. When IDLE starts up, what are the exact lines that appear first in the Python Shell window it opens?  It should be something similar to but not identical to:

Python 3.2.1rc1+ (default, Jul  3 2011, 23:55:09) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>

3. What is the contents of the script that causes the crash?

4. What are the exact commands you enter to produce the crash?

5. If you aren't already, try launching IDLE from a Terminal.app shell window this way, assuming you used a python.org installer:

   /usr/local/bin/idle3.2

If IDLE crashes, what is reported in the terminal shell window?

Thanks!
msg140627 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-07-18 21:58
Since there has been no response, I am closing this.  Please re-open if you can still reproduce the crash and, if so, supply the requested information so we can investigate further.
History
Date User Action Args
2022-04-11 14:57:19adminsetgithub: 56730
2011-07-18 21:58:24ned.deilysetstatus: open -> closed
resolution: works for me
messages: + msg140627

stage: test needed -> resolved
2011-07-09 04:27:39ned.deilysetnosy: + ned.deily
title: Mac OS 10.6 Tcl/Tk 8.5 - ActiveState Tcl/Tk 8.5 -> IDLE 3.2 crashes on Mac OS 10.6 with ActiveState Tcl/Tk 8.5
messages: + msg140049

assignee: ned.deily
stage: test needed
2011-07-09 02:03:56almccanncreate