"vm" wrote: > I can't find anything wrong (except the result ofc ;-) > > This: > > picfile = 'logo.gif' > > pic = tk.PhotoImage(file=picfile, master=root) > > canpic = cv.create_image(320, 240, image=pic) #cv is is a Tkinter > Canvas ofc > > ...works just fine, but when I put it in the event binding function, it > doesn't work,
this is explained in the python faq, and towards the end of this page: http://effbot.org/tkinterbook/photoimage.htm </F> -- http://mail.python.org/mailman/listinfo/python-list