tkinter2学习过程中,photo=PhotoImge 无法运行打开图片
photo=PhotoImage(file="18.gif")
File "C:\Users\亮仔\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 4038, in __init__
self.tk.call(('image', 'create', imgtype, name,) + options)
_tkinter.TclError: couldn't open "cat.gif": no such file or directory (file="18.gif") 跟.py要同路径
要不就指定具体路径
(file=r"d:\18.gif") 1206205583 发表于 2022-11-24 18:19
666
水贴抓到
页:
[1]