Thomas 'PointedEars' Lahn wrote:

> Abdul Abdul wrote:
>> from PIL import Image
>> import os
> […]
>>     for inputfile in filelist
>>     outputfile = os.path.splitext(inputfile)[0]+".jpg"
>> […]
> 
> Define “filelist” which needs to refer to an iterable value.  Also, you
> have forgotten to end the “for…in” statement with a semicolon,

_colon_ (“:”)

> and you need to unindent it one level if it is to make sense.

-- 
PointedEars

Twitter: @PointedEars2
Please do not Cc: me. / Bitte keine Kopien per E-Mail.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to