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.

Author hdiogenes
Recipients hdiogenes
Date 2007-09-03.06:57:53
SpamBayes Score 0.018436162
Marked as misclassified No
Message-id <1188802675.11.0.198859597515.issue1091@psf.upfronthosting.co.za>
In-reply-to
Content
One more patch, for:
 1. Writing str to binary file;
 2. Using string exceptions.

Traceback for #2:
/usr/bin/install -c -s ../python.exe 
"/Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app/
Contents/MacOS/Python"
DYLD_FRAMEWORK_PATH=/Users/humberto/src/open/py3k: ../python.exe 
./scripts/BuildApplet.py \
        --destroot "" \
        --python 
/Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app/C
ontents/MacOS/Python \
        --output "/Applications/MacPython 3.0/Build Applet.app" \
        ./scripts/BuildApplet.py
./scripts/BuildApplet.py:16: DeprecationWarning: the buildtools module 
is deprecated
  import buildtools
Traceback (most recent call last):
  File "./scripts/BuildApplet.py", line 149, in <module>
    main()
  File "./scripts/BuildApplet.py", line 34, in main
    except buildtools.BuildError as detail:
TypeError: catching classes that do not inherit from BaseException is 
not allowed
make[1]: *** [install_BuildApplet] Error 1
make: *** [frameworkinstallapps] Error 2

After applying those two attached patches, I was able to succesfully run 
"make altinstall" (not without some other warnings, though).
Files
File name Uploaded
py3k-mac-install-2.patch hdiogenes, 2007-09-03.06:57:53
History
Date User Action Args
2007-09-03 06:57:55hdiogenessetspambayes_score: 0.0184362 -> 0.018436162
recipients: + hdiogenes
2007-09-03 06:57:55hdiogenessetspambayes_score: 0.0184362 -> 0.0184362
messageid: <1188802675.11.0.198859597515.issue1091@psf.upfronthosting.co.za>
2007-09-03 06:57:55hdiogeneslinkissue1091 messages
2007-09-03 06:57:53hdiogenescreate