New submission from Ned Deily <n...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue5196> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com