On Tuesday, March 12, 2019 at 2:53:49 PM UTC+5:30, Peter Otten wrote:
> dimplemathew...@gmail.com wrote:
> 
> >> Save the image to a file (in binary mode!) and then try to open it with
> >> an image viewer. The data may be corrupted.
> > 
> > When i tried doing that it says Invalid Image...
> 
> So it looks like the problem occurs somewhere before you are decoding the 
> image with the PIL...
This is what i am doing :
        for associate in self.conn.response[:-1]:
            attributes = associate['attributes']
             obj = {
                 'img':attributes['thumbnailPhoto'],}
This img i am calling in my view and writing to the file...

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

Reply via email to