qt.qpa.fonts: Unable to open default EUDC font: "C:\\WINDOWS\\FONTS\\EUDC.TTE"
-
Hi,
i am creating a Tool with Pyside2, but there is always an error:
qt.qpa.fonts: Unable to open default EUDC font: "C:\WINDOWS\FONTS\EUDC.TTE"
i can't find EUDC.tte in the folder. how can i solve this problem . Thanks for the help@yumo said in qt.qpa.fonts: Unable to open default EUDC font: "C:\\WINDOWS\\FONTS\\EUDC.TTE":
how can i solve this problem
Use other font?
-
@yumo said in qt.qpa.fonts: Unable to open default EUDC font: "C:\\WINDOWS\\FONTS\\EUDC.TTE":
how can i solve this problem
Use other font?
-
@yumo said in qt.qpa.fonts: Unable to open default EUDC font: "C:\\WINDOWS\\FONTS\\EUDC.TTE":
It doesn't work
Well, I don't know what that exactly means and how you tried.
-
Have not yet figured out how to solve the actual error itself, but you could try to use one of these pieces of code below if that helps..
Good luck. ;)
# Removes CMD after initialization import ctypes ctypes.windll.user32.ShowWindow(ctypes.windll.kernel32.GetConsoleWindow(), 0)
# Minimize CMD after initialization import ctypes ctypes.windll.user32.ShowWindow(ctypes.windll.kernel32.GetConsoleWindow(), 6)
-
I fixed it following this steps:
https://bugreports.qt.io/browse/PYSIDE-1620