Le Mardi 06 Juin 2006 03:08, Dustan a écrit :
>
> I should probably also mention, the only reason I downloaded the image
> to a file was because I don't know of any other way to do it. I feel no
> need to save the image to my hard drive.

using PIL, there is something like this (untested) :

(assuming you have put your image data in a file-like object, ie. a StringIO, 
named self._dled_img)

Label(self.frame, image=TkImage(Image.open(self._dled_img)))

-- 
_____________

Maric Michaud
_____________

Aristote - www.aristote.info
3 place des tapis
69004 Lyon
Tel: +33 426 880 097
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to