为什么 pyinstaller 可执行文件会更改格式和分辨率?

Why does pyinstaller executable change the format and resolution?

我一直在网上冲浪,但未能找到我正在寻找的答案。我是 python 的新手并在这里提问,但无论如何,我是 运行ning windows 10,我的脚本使用 tkinter 作为 GUI 模块。每当我通过命令提示符(或 IDE)运行 脚本时,我都会得到:Image via IDE

每当我 运行 pyinstaller 可执行文件时,我得到这个:pyinstaller executable

如您所见,可执行文件更改了小部件的某些几何形状并使图像变得模糊。我如何在我的计算机上修复此问题,以及如何在各种 windows 支持的硬件上解决此问题?

事实证明问题出在 windows 上,可以通过右键单击文件 window 中的可执行文件并按照以下步骤进行更正:https://www.ghacks.net/2020/09/14/how-to-fix-blurry-text-in-programs-on-windows-10/