我似乎想不出如何解决来自PIL的import ImageTK代码的问题。我搜索和下载枕头不同的方式和错误的代码仍然是一样的。Traceback (most recent call last): from PIL importimport PILimport tkinter as tk
import dat
因此,我试图让用户上传一个标志的图像,但我一直收到相同的错误"type object ' image‘has no attribute 'open'“。我已经查过了,但似乎找不到答案。我尝试将Image作为IMG导入,但收到错误消息"'module‘object is not callable“。我试过了我得到了同样的错误。# Imports
from tkinter import * # Tkinter is
我遇到了self.photo = ImageTk.PhotoImage(self.resized_img)的问题。self.thumbNail_img) self.display.place(relx=0.10, rely=0.10)
错误\Programs\Python\Python37-32\lib\site-packages\PIL\ImageTk.py", line 113, in __
然后打开一个图像,将一个像素的颜色更改为红色,然后将图像嵌入到canvas小部件中。然而,它似乎不起作用。self.i)
image_manip().mainloop() run() File "C:\Python26\Suite\test_image.py", line 20, in __init__
self.i = Ima