|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
在书上抄了禁止未成年人观看的代码,却出现了如下错误:
- Traceback (most recent call last):
- File "D:/小学课文/1课后自主学习/Try_1/tkinter/1.py", line 9, in <module>
- photo = PhotoImage(file='18.gif')
- File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\tkinter\__init__.py", line 4061, in __init__
- Image.__init__(self, 'photo', name, cnf, master, **kw)
- File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\tkinter\__init__.py", line 4006, in __init__
- self.tk.call(('image', 'create', imgtype, name,) + options)
- _tkinter.TclError: couldn't recognize data in image file "18.gif"
复制代码
求教
我这里测试是没问题的............
图片是网上随便找的
|
|