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 barry-scott
Recipients barry-scott
Date 2008-07-17.21:31:17
SpamBayes Score 0.10746843
Marked as misclassified No
Message-id <1216330279.07.0.869556013571.issue3397@psf.upfronthosting.co.za>
In-reply-to
Content
$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.4.11
BuildVersion:   8S165

./configure --enable-framework
make
...
make install
Creating directory
/Library/Frameworks/Python.framework/Versions/3.0/Mac/Tools
DYLD_FRAMEWORK_PATH=/Users/barry/Work/Python-3.0b1: ../python.exe
./scripts/cachersrc.py -v
/Library/Frameworks/Python.framework/Versions/3.0/lib/python3.0/plat-mac
/Library/Frameworks/Python.framework/Versions/3.0/Mac/Tools
../python.exe: can't open file './scripts/cachersrc.py': [Errno 2] No
such file or directory
make[1]: *** [installmacsubtree] Error 2
make: *** [frameworkinstallmaclib] Error 2
History
Date User Action Args
2008-07-17 21:31:19barry-scottsetspambayes_score: 0.107468 -> 0.10746843
recipients: + barry-scott
2008-07-17 21:31:19barry-scottsetspambayes_score: 0.107468 -> 0.107468
messageid: <1216330279.07.0.869556013571.issue3397@psf.upfronthosting.co.za>
2008-07-17 21:31:18barry-scottlinkissue3397 messages
2008-07-17 21:31:17barry-scottcreate