Issue 5652: OS X Installer: remove references to Mac/Tools which no longer exists

Issue5652

Created on 2009-04-01 16:29 by ned.deily, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch-nad0009-trunk-26.txt ned.deily, 2009-04-01 16:29
patch-nad0009-py3k-30.txt ned.deily, 2009-04-01 16:30
Messages (3)
msg85044 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2009-04-01 16:29
The OS X Installer postflight script still tries to compileall scripts in 
the framework Mac/Tools directory even though it no longer exists.
msg92815 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2009-09-18 08:24
See also Issue6934 for Python3 fix.
msg103530 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2010-04-18 20:55
Fix in r80201 (3.1) and r80200 (3.2). The fix is already in 2.6 and the trunk.
History
Date User Action Args
2022-04-11 14:56:47adminsetgithub: 49902
2010-04-18 20:55:15ronaldoussorensetstatus: open -> closed
type: behavior
messages: + msg103530

resolution: fixed
stage: resolved

2009-09-18 08:24:32ned.deilysetassignee: ronaldoussoren
messages: + msg92815
components: + macOS
2009-04-01 16:30:12ned.deilysetfiles: + patch-nad0009-py3k-30.txt
2009-04-01 16:29:44ned.deilycreate