labelImg icon indicating copy to clipboard operation
labelImg copied to clipboard

Unable to open default EUDC font

Open Dragon201701 opened this issue 5 years ago • 2 comments

  • OS:
  • PyQt version:

qt.qpa.fonts: Unable to open default EUDC font: "C:\Users\yz-li\AppData\Loca lLow\SogouPY\EUDC\SGPYEUDC_1.TTE" Traceback (most recent call last): File "labelImg.py", line 1606, in sys.exit(main()) File "labelImg.py", line 1602, in main app, _win = get_main_app(sys.argv) File "labelImg.py", line 1593, in get_main_app win = MainWindow(args.image_dir, File "labelImg.py", line 216, in init copyPrevBounding = action(getStr('copyPrevBounding'), self.copyPreviousBound ingBoxes, File "labelImg.py", line 88, in getStr = lambda strId: self.stringBundle.getString(strId) File "D:\labelImg\libs\stringBundle.py", line 42, in getString assert(stringId in self.idToMessage), "Missing string id : " + stringId AssertionError: Missing string id : copyPrevBounding

Dragon201701 avatar Jan 03 '21 22:01 Dragon201701

跟搜狗拼音貌似没关系,我把文件名改了或者整个文件夹删了貌似都没用,错误还在。

Dragon201701 avatar Jan 03 '21 22:01 Dragon201701

Second this. How did the code update break self.string_bundle.get_string() in the MainWindow?

b-sia avatar Dec 15 '21 11:12 b-sia