|
|
发表于 2023-10-31 20:14:34
|
显示全部楼层
打开 configtools.exe 报错怎么办?
- Exception: Error: [1000] Message: Font file could not be found
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "dearpygui\dearpygui.py", line 1902, in font_registry
- File "ConfigTools.py", line 189, in ConfigTools
- File "contextlib.py", line 112, in __enter__
- File "dearpygui\dearpygui.py", line 1875, in font
- SystemError: <built-in function add_font> returned a result with an error set
- During handling of the above exception, another exception occurred:
- Exception: Error: [1009] Message: No container to pop.
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "main.py", line 1, in <module>
- File "ConfigTools.py", line 188, in init ConfigTools
- File "contextlib.py", line 130, in __exit__
- File "dearpygui\dearpygui.py", line 1904, in font_registry
- SystemError: <built-in function pop_container_stack> returned a result with an error set
复制代码 |
|