lanjl 发表于 2022-8-16 10:22:39

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

ba21 发表于 2022-8-16 11:27:08

(file="18.gif") 跟.py要同路径
要不就指定具体路径
(file=r"d:\18.gif")

编程追风梦 发表于 2022-11-24 18:54:40

1206205583 发表于 2022-11-24 18:19
666

水贴抓到
页: [1]
查看完整版本: tkinter2学习过程中,photo=PhotoImge 无法运行打开图片