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 framework install, Python.app not created
Type: compile error Stage:
Components: macOS Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: robind
Priority: normal Keywords:

Created on 2008-07-24 02:45 by robind, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg70191 - (view) Author: Robin Dunn (robind) Date: 2008-07-24 02:45
OS X Leopard (10.5.4)
Python-3.0b2 tarball

./configure --enable-universalsdk --enable-framework 
make
sudo make install 

/Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app
is not created by the install step, but it is needed for running python3.0:

$ python3.0
python3.0: execv:
/Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app/Contents/MacOS/Python:
No such file or directory
msg70193 - (view) Author: Robin Dunn (robind) Date: 2008-07-24 03:19
This appears to already be fixed in the current py3k branch, so this can
be closed.  Sorry for the noise.
History
Date User Action Args
2022-04-11 14:56:36adminsetgithub: 47684
2008-07-24 07:04:49georg.brandlsetstatus: open -> closed
resolution: fixed
2008-07-24 03:19:32robindsetmessages: + msg70193
2008-07-24 02:45:33robindcreate