From: [EMAIL PROTECTED]
Subject: Re: Pythonmac-SIG Digest, Vol 20, Issue 11
Date: December 10, 2004 1:08:54 CST
To: [EMAIL PROTECTED]Ran into some troubles with the below. Comments interspersed.
From: Robert Valsj� <[EMAIL PROTECTED]>
Date: December 8, 2004 3:06:50 CST
To: [EMAIL PROTECTED]
Cc: Subject: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4
How to upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4
<snip>
>make >make frameworkinstall
make frameworkinstall
pbxcp: error: open(): ///Applications/MacPython-2.4/PythonLauncher.app/Contents/Info.plist: Permission denied
...failed PBXCp ///Applications/MacPython-2.4/PythonLauncher.app/Contents/Info.plist ...
** BUILD FAILED **
make[1]: *** [install_PythonLauncher] Error 1
make: *** [frameworkinstallapps] Error 2
Fine: I did sudo make frameworkinstall, which executes without error.
>make frameworkinstallextras
Same privileges complaint; same solution.
Change you PATH:
>emacs ~/.bashrc
Add:
PATH=/usr/local/bin:$PATH export PATH
OK. Then I do:
python Python 2.3 (#1, Sep 13 2003, 00:49:11) [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>>
This seems to work for me. Please let me know if something is missing.
Many thanks, but something is missing.
Guyren G Howe
_______________________________________________ Pythonmac-SIG maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/pythonmac-sig
