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.

classification
Title: Corrupted .rsrc file
Type: Stage:
Components: macOS Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: brianl, jackjansen
Priority: normal Keywords:

Created on 2002-03-21 01:19 by brianl, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg9851 - (view) Author: Brian Lenihan (brianl) Date: 2002-03-21 01:19
The Mac/Resources/error.rsrc file is corrupted in the 
2.2.1c1 tarball.  The one in the HEAD of CVS is fine.

make install in Mac/OSX dies when applesingle.py 
raises an "Unknown AppleSingle magic number" error.

The Unix file command reports errors.rsrc is an .hqx 
file (should be data).

Replacing file with the one from CVS solves the 
problem.
msg9852 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-03-21 21:12
Logged In: YES 
user_id=45365

Fixed in 1.4.20.1. bundle.rsrc was also checked in in BinHex form in stead of as AppleSingle, this has also been fixed.
History
Date User Action Args
2022-04-10 16:05:07adminsetgithub: 36299
2002-03-21 01:19:13brianlcreate