alicewish / MomoTranslator

Pure OpenCV comic translation tool
MIT License
218 stars 33 forks source link

app_config.config_data['WLB_ext_px'] #32

Closed songyuand closed 5 months ago

songyuand commented 5 months ago
2024-05-30 23:28:06.824 | DEBUG    | __main__:AppConfig:2484 - 当前用户配置文件名为:MomoTranslator_AMD64_16GB_config.yml
Traceback (most recent call last):
  File "G:\My Drive\Cross-Mac13\2024 Summer\MomoTranslator-main\pyqt5_momotranslator.py", line 10276, in <module>
    WLB_ext_px = app_config.config_data['WLB_ext_px']
                 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "C:\Users\songy\anaconda3\envs\mtranslator\Lib\site-packages\ruamel\yaml\comments.py", line 853, in __getitem__
    return ordereddict.__getitem__(self, key)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'WLB_ext_px'

Windows下,初始运行.py时报错。

songyuand commented 5 months ago

手动根据旧版本在yml文档中增加参数后解决。