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.

classification
Title: Mac 3.0 build cannot find cachersrc.py
Type: compile error Stage:
Components: Build Versions: Python 3.0
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: barry-scott, benjamin.peterson
Priority: normal Keywords:

Created on 2008-07-17 21:31 by barry-scott, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg69909 - (view) Author: Barry Alan Scott (barry-scott) * Date: 2008-07-17 21:31
$ 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
msg69913 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-17 21:55
This is fixed in beta 2.
History
Date User Action Args
2022-04-11 14:56:36adminsetgithub: 47647
2008-07-17 21:55:27benjamin.petersonsetstatus: open -> closed
resolution: out of date
messages: + msg69913
nosy: + benjamin.peterson
2008-07-17 21:31:18barry-scottcreate