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: OS X IDLE.app: may not launch on 3.x
Type: Stage:
Components: IDLE, macOS Versions: Python 3.0, Python 3.1
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: ned.deily, ronaldoussoren
Priority: normal Keywords:

Created on 2009-02-10 03:04 by ned.deily, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch-nad0016-py3k-30.txt ned.deily, 2009-02-10 03:04
Messages (2)
msg81527 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2009-02-10 03:04
3.x OS X IDLE.app may not launch

ANALYSIS 2.x IDLE.app was built using its own Makefile + bundlebuilder.
         For 3.x, these were eliminated by checking in a skeleton app
         based on the bundlebuilder model.  But the install tailoring
         of the app does not quite work in all cases.

SOLUTION Have the Mac/Makefile do the necessary tailoring.
         Remove from the IDLE launch script the unnecessary bits left
         over from bundlebuilder.

APPLIES  py3k, 3.0

SEE ALSO Issue5194 and Issue5195:
         patch-nad0014, patch-nad0015 (should be applied first)
msg81771 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-02-12 15:19
Applied as r69536 (3.1) and r69537 (3.0)
History
Date User Action Args
2022-04-11 14:56:45adminsetgithub: 49446
2009-02-12 15:19:21ronaldoussorensetstatus: open -> closed
resolution: accepted
messages: + msg81771
nosy: + ronaldoussoren
2009-02-10 03:04:45ned.deilycreate