qt.qpa.fonts: Unable to open default EUDC font: "C:\\WINDOWS\\FONTS\\EUDC.TTE"
-
wrote on 21 Nov 2019, 12:14 last edited by yumo
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 -
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.
-
wrote on 15 Sept 2020, 19:04 last edited by
I have this same issue, have anyone solved it yet?
-
wrote on 18 Oct 2020, 09:17 last edited by LoneSquid
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