[Python-bugs-list] [ python-Bugs-758112 ] Python.framework/Python should be +x
SourceForge.net
noreply@sourceforge.net
Fri, 20 Jun 2003 13:37:26 -0700
Bugs item #758112, was opened at 2003-06-20 21:11
Message generated for change (Comment added) made by jackjansen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=758112&group_id=5470
Category: Macintosh
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 4
Submitted By: Just van Rossum (jvr)
Assigned to: Jack Jansen (jackjansen)
Summary: Python.framework/Python should be +x
Initial Comment:
I think it's good if Python.framework/Python (or rather
Python.framework/Versions/<version>/Python) would
have the executable flag set. All other frameworks that I
checked have a main file that's executable (just as .so files
as created by distutils).
The reason I care about this is that I would like to make
bundlebuilder's --strip flag a little smarter: right now it only
strips the main executable as well as any .so files, but I'd
like to simply traverse the contents of the bundle and run
strip on all executable files (including those specified with --
lib and those included in other frameworks).
I would have a go at this myself, but I could use a hint...
----------------------------------------------------------------------
>Comment By: Jack Jansen (jackjansen)
Date: 2003-06-20 22:37
Message:
Logged In: YES
user_id=45365
Fixed in Makefile.pre.in rev. 1.133.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=758112&group_id=5470