Move Windows build to 64-bit PySide6 to resolve high-DPI/scaling issue (fixes #793 by SquirrelKiev and #707 by ritiek) - #795
Open
Et0h wants to merge 15 commits into
Open
Move Windows build to 64-bit PySide6 to resolve high-DPI/scaling issue (fixes #793 by SquirrelKiev and #707 by ritiek)#795Et0h wants to merge 15 commits into
Et0h wants to merge 15 commits into
Conversation
This was referenced Aug 11, 2026
Contributor
|
should fix #611 too |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new 64-bit Windows build using Python 3.11 and PySide6, resolving the Windows high-DPI/scaling issue reported in #793 by @SquirrelKiev.
As part of this work I also resolves the same issue that @ritiek was trying to fix in #707 about the invocation of the font dialogue being broken in PySide6. The holding issue on that PR was that the change didn't work on PySide2.
The existing 32-bit Python 3.8 / PySide2 build is retained as a fallback for now, but might be removed in the future.
Summary
buildPy2exe.pyto support packaging either PySide2 or PySide6.QFontweights (resolving the issue of Fix invocation of get font dialog #707 without the compatability issues).