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: macresource should handle readonly applesingle files
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen
Priority: normal Keywords:

Created on 2003-02-17 14:23 by jackjansen, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Messages (2)
msg14649 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-02-17 14:23
If macresource.need() encounters an applesingle file it will unpack it and store the resource data into a .rsrc.df.rsrc file. If the directory
is not writeable this fails.

Macresource should in stead issue a warning and use a temporary file.
msg14650 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-02-25 23:13
Logged In: YES 
user_id=45365

Fixed in macresource.py rev. 1.4, although on seconds thoughts I don't give a warning.
History
Date User Action Args
2022-04-10 16:06:54adminsetgithub: 38001
2003-02-17 14:23:31jackjansencreate