Hi Guys .. need some help. My task is to fetch image from a url and
then display using gtk image.

I'm fetching image like
import urlib
f=urllib.urlopen("http://someserver.x.jpg";)

f.read()  gives me a raw string. Now how do i display this using gtk image??

TIA
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to