[Pythonmac-SIG] Name that Python
Jack Jansen
Jack.Jansen@cwi.nl
Mon, 22 Jul 2002 16:34:46 +0200
Ah, this is good news!
Is there anyone here who does *not* have the developer tools installed,
and could they please check that they have install_name_tool? Then I
think we have a workable solution...
On Monday, July 22, 2002, at 04:24 , Tony Lownds wrote:
> ironchef:~% sudo tcsh
> root# cd /Applications/Python.app/Contents/MacOS/
> root# otool -Lv python
> python:
> ...
> Python.framework/Versions/2.3/Python (compatibility version
> 2.3.0, current version 2.3.0)
> ...
> root# install_name_tool -change Python.framework/Versions/2.3/Python
> @executable_path/../Frameworks/Python.framework/Versions/2.3/Python
> python
> root# otool -Lv python python:
> ...
> @executable_path/../Frameworks/Python.framework/Versions/2.3/Python
> (compatibility version 2.3.0, current version 2.3.0)
> ...
> root# mkdir ../Frameworks
> root# mv /Library/Frameworks/Python.framework ../Frameworks/
> root# ./python
> Pythonw 2.3a0 (#1, Jul 15 2002, 08:02:36)
> [GCC 2.95.2 19991024 (release)] on darwin
> Type "copyright", "credits" or "license" for more information.
>>>> ^D
> root#
--
- Jack Jansen <Jack.Jansen@oratrix.com>
http://www.cwi.nl/~jack -
- If I can't dance I don't want to be part of your revolution -- Emma
Goldman -