[issue5270] OS X installer: faulty Python.app bundle inside of framework

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Applied in r5270 (trunk), r70743 (2.6) and r70745 (3.1) -- resolution: -> accepted status: open -> closed versions: -Python 3.0 ___ Python tracker __

[issue5270] OS X installer: faulty Python.app bundle inside of framework

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: -> ronaldoussoren nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing

[issue5270] OS X installer: faulty Python.app bundle inside of framework

2009-02-15 Thread Ned Deily
New submission from Ned Deily : The Finder shows no version number and displays a generic icon. ANALYSISPrevious changes to Mac/Makefile removed configure processing which used to edit Info.plist.in into Info.plist. SOLUTIONAdd tailoring to Mac/Makefile. APPLIES py3k, 3