|
|
发表于 2023-12-16 04:37:06
|
显示全部楼层
我的运行configtools.exe直接报错
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 346, 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 2, in <module>
File "ConfigTools.py", line 345, 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 |
|