Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Oct 10, 2019

bpo-38353, bpo-38429: Fix typos introduced by commit
c02b41b in
calculate_argv0_path_framework() of getpath.c.

https://bugs.python.org/issue38353

bpo-38353, bpo-38429: Fix typos introduced by commit
c02b41b in
calculate_argv0_path_framework() of getpath.c.
@vstinner
Copy link
Member Author

I never tried Python with --enable-framework. It updated my PR to fix more issues. The compilation now pass.

But when I run Python from the source directory, I get this error:

$ ./python.exe -m test test_embed  -v
dyld: Library not loaded: /Library/Frameworks/Python.framework/Versions/3.9/Python
  Referenced from: /Users/haypo/python/master/./python.exe
  Reason: image not found
Abort trap: 6

I guess that it's normal, Python should be installed. Or maybe I should use --enable-shared as well.

@vstinner vstinner merged commit b6e0fc7 into python:master Oct 10, 2019
@vstinner vstinner deleted the getpath_framework branch October 10, 2019 13:42
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
)

bpo-38353, bpo-38429: Fix typos introduced by commit
c02b41b in
calculate_argv0_path_framework() of getpath.c.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants