Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我运行 PySide2/6 应用程序时,都会在终端中打印以下错误:
qt.qpa.fonts: Unable to open default EUDC font: "C:\\WINDOWS\\FONTS\\EUDC.TTE"
我遇到了同样的问题,这个错误报告中的评论帮助:
我已经修复它编辑 \HKEY_CURRENT_USER\EUDC\1252 (1252 是拉丁字母的代码)“SystemDefaultEUDCFont”键值到“C:\Windows\Fonts\seguibli.TTF”(对于 Segoe UI 字体)看起来像是默认的 windows 字体。
似乎我的 PC 的注册表配置错误,Qt 试图找到一种名为 EUDC.TTF 字体的字体,但该字体不存在。 https://bugreports.qt.io/browse/PYSIDE-1620