tkinter ttk主题:\u tkinter.TclError:不支持图像文件格式“svg”

2024-05-23 19:56:59 发布

您现在位置:Python中文网/ 问答频道 /正文

我试用了this ttk theme,它使用svg图像。但是它说图像文件格式svg不受支持

在这一行:

root.tk.call('source','./DATA/themes/sun-valley-dark.tcl')

出现以下错误:

Traceback (most recent call last):
  File "guitesting.py", line 141, in <module>
    root.tk.call('source','./DATA/themes/sun-valley-dark.tcl')
_tkinter.TclError: image file format "svg" is not supported

有用信息:

OS: Windows 7
Python: Python 3.8.10
Architecture: x86 (32-bit)
Tkinter version: 8.6

Tags: svg图像sourcedatarootcallthistheme