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 anand
Recipients anand, mark.dickinson, ronaldoussoren, rpetrov
Date 2008-10-22.10:01:12
SpamBayes Score 0.00018705384
Marked as misclassified No
Message-id <1224669674.84.0.302444965523.issue4165@psf.upfronthosting.co.za>
In-reply-to
Content
That worked, thanks Mark. make worked fine also, but make install failed 
at the end with

running install_egg_info
Writing 
/Library/Frameworks/Python64.framework/Versions/2.6/lib/python2.6/lib-
dynload/Python-2.6-py2.6.egg-info
ln -fs "../../../Python64" 
"/Library/Frameworks/Python64.framework/Versions/2.6/lib/python2.6/confi
g/libpython2.6.a"
cd Mac && make installmacsubtree DESTDIR=""
Creating directory 
/Library/Frameworks/Python64.framework/Versions/2.6/Mac/Tools
DYLD_FRAMEWORK_PATH=/Users/anand/Downloads/Python-2.6:  ../python.exe 
./scripts/cachersrc.py -v 
/Library/Frameworks/Python64.framework/Versions/2.6/lib/python2.6/plat-
mac /Library/Frameworks/Python64.framework/Versions/2.6/Mac/Tools
Traceback (most recent call last):
  File "./scripts/cachersrc.py", line 44, in <module>
    main()
  File "./scripts/cachersrc.py", line 41, in main
    os.path.walk(dir, handler, (verbose, force))
  File "./Lib/posixpath.py", line 224, in walk
    func(arg, top, names)
  File "./scripts/cachersrc.py", line 23, in handler
    macresource.open_pathname(os.path.join(dirname, fn), 
verbose=verbose)
  File "/Users/anand/Downloads/Python-2.6/Lib/plat-mac/macresource.py", 
line 81, in open_pathname
    refno = Res.FSpOpenResFile(pathname, 1)
AttributeError: 'module' object has no attribute 'FSpOpenResFile'
make[1]: *** [installmacsubtree] Error 1
make: *** [frameworkinstallmaclib] Error 2
sihpc03:Python-2.6 anand$
History
Date User Action Args
2008-10-22 10:01:14anandsetrecipients: + anand, ronaldoussoren, mark.dickinson, rpetrov
2008-10-22 10:01:14anandsetmessageid: <1224669674.84.0.302444965523.issue4165@psf.upfronthosting.co.za>
2008-10-22 10:01:13anandlinkissue4165 messages
2008-10-22 10:01:12anandcreate