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

Provide framework build on macOS? #274

Open
cbrnr opened this issue Jun 19, 2024 · 1 comment
Open

Provide framework build on macOS? #274

cbrnr opened this issue Jun 19, 2024 · 1 comment

Comments

@cbrnr
Copy link

cbrnr commented Jun 19, 2024

I was wondering if providing a framework build on macOS would make sense. I'm not entirely sure how this works exactly, but a framework build seems to be necessary to access the macOS GUI reliably. I've tried this with my own projects (using PySide6 mostly), and even though my GUI app works fine in most cases with a non-framework build, sometimes there are no menus in the global menubar (it's really hard to reproduce). Furthermore, the official Python installers for macOS ship a framework build, so I'm guessing that there are reasons why this is a good idea in general. However, there might be downsides that I'm not aware of, but I think it would be good to discuss this rather sooner than later.

@glyph
Copy link

glyph commented Sep 11, 2024

I tried to write up the vague constellation of reasons you might want this, and I'd love to see it. You don't need it for GUI access, but "reliably" is a good word: https://blog.glyph.im/2024/09/python-macos-framework-builds.html

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

No branches or pull requests

2 participants