from Tkinter import * import PIL import PIL.ImageTk #Load image as PIL, then create PhotoImage from that root = Toplevel() catPIL = PIL.
確定! 回上一頁