Issue 9620: Python 2.7 IDLE fails on OS X 10.6 (original) (raw)

Created on 2010-08-16 07:20 by bpumali, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (7)
msg114039 - (view) Author: beng umali (bpumali) Date: 2010-08-16 07:27
I can't seem to get my head around solving this problem after installing Python 2.7 on a mac os x 10.6.4. The error message that comes out after clicking IDLE from the applications reads: "IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection." Appreciate any help. Cheers!
msg114096 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2010-08-17 02:53
This is a duplicate of open Issue9227. As described there, a workaround is to use the 32-bit only ("10.3") python.org installer for Python 2.7.
msg114434 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-08-20 17:46
Ned, any reason not to close this as a duplicate, with #9227 as superseder?
msg114435 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2010-08-20 17:55
Terry, go ahead, I think that's the proper resolution.
msg114469 - (view) Author: beng umali (bpumali) Date: 2010-08-21 00:10
apologies for the late reply. issue now resolved. thank you.
msg122853 - (view) Author: Alex Rodriguez (Alex.Rodriguez) Date: 2010-11-29 19:18
I didn't see this issue resolved in the changelog for 2.7.1 release. Are we going to wait until 2.7.2 now??
msg122854 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-11-29 19:30
This issue was closed as a duplicate of #9227. Please direct further comments there. In any case, all issues wait until a person with the requisite knowledge volunteers a fix and a core developer commits the fix.
History
Date User Action Args
2022-04-11 14:57:05 admin set github: 53829
2010-11-29 19:30:33 terry.reedy set messages: +
2010-11-29 19🔞47 Alex.Rodriguez set nosy: + Alex.Rodriguezmessages: +
2010-08-21 00:10:28 bpumali set messages: +
2010-08-20 20:12:33 terry.reedy set status: open -> closedresolution: duplicatesuperseder: can't import Tkinter / use IDLE after installing Python 2.7 on Mac OS X
2010-08-20 17:55:01 ned.deily set messages: +
2010-08-20 17:46:11 terry.reedy set nosy: + terry.reedymessages: +
2010-08-17 02:53:50 ned.deily set title: IDLE subprocess error -> Python 2.7 IDLE fails on OS X 10.6nosy: + ronaldoussoren, ned.deilymessages: + assignee: ronaldoussorencomponents: + macOS
2010-08-16 07:27:48 bpumali set versions: + Python 2.7messages: + components: + IDLEtitle: IDLE -> IDLE subprocess error
2010-08-16 07:20:16 bpumali create