Animated GIF in Tkinter

Surya Prakash Garg spgarg04 at gmail.com
Sun Feb 17 11:09:54 EST 2008


Hello,

I have created a frame in which i want to display an animated progressbar in
a canvas. I use PhotoImage function of PIL. But it doesn't display the
animated gif code looks like this

 self.imgobj = PhotoImage(file=imgpath)
 self.c = Canvas(self.frame2, bg='white',width=64,height=310)
  self.c.place(x=x0,y=y0)
  self.c.create_image(x0,y0,image=self.imgobj,anchor=NW)

did a lot of googling on it. but nothing found. I can't switch to wxPython.
Please help me.

thanks



-- 
Surya Prakash Garg
Bangalore
+919886801350
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080217/e57e3635/attachment.html>


More information about the Python-list mailing list