[issue5196] OS X IDLE.app: may not launch on 3.x

Ned Deily report at bugs.python.org
Tue Feb 10 04:04:46 CET 2009


New submission from Ned Deily <nad at acm.org>:

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)

----------
components: IDLE, Macintosh
files: patch-nad0016-py3k-30.txt
messages: 81527
nosy: nad
severity: normal
status: open
title: OS X IDLE.app: may not launch on 3.x
versions: Python 3.0, Python 3.1
Added file: http://bugs.python.org/file13004/patch-nad0016-py3k-30.txt

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


More information about the Python-bugs-list mailing list