ajslater / picopt

A multi format lossless image optimizer that uses external tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: (dict) object has not attribute 'iteritems'

noisytoken opened this issue · comments

picopt gives me following error when i tried to run the following command:

$: picopt * jpg
AttributeError: (dict) object has not attribute 'iteritems'

I am using Ubuntu with Python3. I tried removing iteritems to items but then it throws different error:

TypeError: unorderable types: NoneType() >NoneType()

fixed in v1.5.2