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.

Author ned.deily
Recipients ned.deily
Date 2009-02-10.03:04:44
SpamBayes Score 0.0004389649
Marked as misclassified No
Message-id <1234235086.65.0.906288935492.issue5196@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2009-02-10 03:04:46ned.deilysetrecipients: + ned.deily
2009-02-10 03:04:46ned.deilysetmessageid: <1234235086.65.0.906288935492.issue5196@psf.upfronthosting.co.za>
2009-02-10 03:04:45ned.deilylinkissue5196 messages
2009-02-10 03:04:45ned.deilycreate