Skip to content

PyInstaller, PySide, MacOS and Accessability #8705

Closed Answered by rokm
ajax-dunkin-v asked this question in PyInstaller
Discussion options

You must be logged in to vote

Hmmm, yeah, build made with intel-only (macos10.9) variant of python 3.9.13 and PyInstaller 6.9.0 indeed does not work as expected under Sonoma.

But to be fair, neither does running your example as unfrozen script in that python environment.

This boils down to the macOS SDK declared by the executable; in that macos10.9 (intel-only) python 3.9.13 build, python executable and shared library declare SDK version 10.9.

Starting with PyInstaller 4.4 (#5839), we change the reported SDK version on the generated frozen executable to match the one from the python executable (if lower), in order to ensure consistent behavior between the unfrozen python and frozen application (and so, you are getting…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@rokm
Comment options

rokm Aug 2, 2024
Maintainer

@ajax-dunkin-v
Comment options

@rokm
Comment options

rokm Aug 5, 2024
Maintainer

@rokm
Comment options

rokm Aug 5, 2024
Maintainer

Answer selected by ajax-dunkin-v
@ajax-dunkin-v
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants