Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac, 3.0 framework install, Python.app not created #47684

Closed
robind mannequin opened this issue Jul 24, 2008 · 2 comments
Closed

Mac, 3.0 framework install, Python.app not created #47684

robind mannequin opened this issue Jul 24, 2008 · 2 comments
Labels
build The build process and cross-build OS-mac

Comments

@robind
Copy link
Mannequin

robind mannequin commented Jul 24, 2008

BPO 3434

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-07-24.07:04:49.908>
created_at = <Date 2008-07-24.02:45:33.752>
labels = ['OS-mac', 'build']
title = 'Mac, 3.0 framework install, Python.app not created'
updated_at = <Date 2008-07-24.07:04:49.907>
user = 'https://bugs.python.org/robind'

bugs.python.org fields:

activity = <Date 2008-07-24.07:04:49.907>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2008-07-24.07:04:49.908>
closer = 'georg.brandl'
components = ['macOS']
creation = <Date 2008-07-24.02:45:33.752>
creator = 'robind'
dependencies = []
files = []
hgrepos = []
issue_num = 3434
keywords = []
message_count = 2.0
messages = ['70191', '70193']
nosy_count = 1.0
nosy_names = ['robind']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue3434'
versions = ['Python 3.0']

@robind
Copy link
Mannequin Author

robind mannequin commented Jul 24, 2008

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

@robind robind mannequin added OS-mac build The build process and cross-build labels Jul 24, 2008
@robind
Copy link
Mannequin Author

robind mannequin commented Jul 24, 2008

This appears to already be fixed in the current py3k branch, so this can
be closed. Sorry for the noise.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build OS-mac
Projects
None yet
Development

No branches or pull requests

1 participant