cannot help you with Tkinter but...

        save=open("image.jpg","wb")
        save.write(web_download.read())
        save.close() 

perhaps this would let you open the file in Paint

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to