[Python-bugs-list] [ python-Bugs-688007 ] Bundlebuilder needs to pre-convert resource files

SourceForge.net noreply@sourceforge.net
Mon, 17 Feb 2003 06:21:19 -0800


Bugs item #688007, was opened at 2003-02-17 15:21
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=688007&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: Bundlebuilder needs to pre-convert resource files

Initial Comment:
If bundlebuilder encounters an applesingle-encoded resource file it should pre-convert this to a datafork-based resource file.

At the moment the file is copied to the Resources directory verbatim, and this can cause problems if you use "sudo make frameworkinstall" to install Python: the resource folder will be mode 755 owned by root, and any normal user trying to run the applet will get a crash when the applet tries to unpack the applesingle .rsrc file into the datafork resource file .rsrc.df.rsrc.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=688007&group_id=5470