Again, Downloading and Displaying an Image from the Internet in Tkinter
Justin Ezequiel
justin.mailinglists at gmail.com
Mon Jun 5 23:12:08 EDT 2006
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
More information about the Python-list
mailing list