Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. qt.qpa.fonts: Unable to open default EUDC font: "C:\\WINDOWS\\FONTS\\EUDC.TTE"

qt.qpa.fonts: Unable to open default EUDC font: "C:\\WINDOWS\\FONTS\\EUDC.TTE"

Scheduled Pinned Locked Moved Unsolved Qt for Python
qt for pythonpyside2
7 Posts 5 Posters 9.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    yumo
    wrote on 21 Nov 2019, 12:14 last edited by yumo
    #1

    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

    J 1 Reply Last reply 21 Nov 2019, 12:14
    1
    • Y yumo
      21 Nov 2019, 12:14

      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

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 21 Nov 2019, 12:14 last edited by
      #2

      @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?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      Y 1 Reply Last reply 21 Nov 2019, 13:42
      1
      • J jsulm
        21 Nov 2019, 12:14

        @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?

        Y Offline
        Y Offline
        yumo
        wrote on 21 Nov 2019, 13:42 last edited by
        #3

        @jsulm I have tried. It doesn't work

        J 1 Reply Last reply 21 Nov 2019, 13:43
        0
        • Y yumo
          21 Nov 2019, 13:42

          @jsulm I have tried. It doesn't work

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 21 Nov 2019, 13:43 last edited by
          #4

          @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.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • V Offline
            V Offline
            Veronika9
            wrote on 15 Sept 2020, 19:04 last edited by
            #5

            I have this same issue, have anyone solved it yet?

            1 Reply Last reply
            0
            • L Offline
              L Offline
              LoneSquid
              wrote on 18 Oct 2020, 09:17 last edited by LoneSquid
              #6

              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)
              
              1 Reply Last reply
              0
              • J Offline
                J Offline
                Jaime02
                Qt Champion 2021
                wrote on 10 Jul 2021, 15:02 last edited by
                #7

                I fixed it following this steps:
                https://bugreports.qt.io/browse/PYSIDE-1620

                1 Reply Last reply
                2

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved