Hi, > File "/usr/lib/python2.6/dist-packages/lazygal/sourcetree.py", line 162, in > compare_date_taken > date1 = time.mktime(self.get_date_taken().timetuple()) > AttributeError: 'str' object has no attribute 'timetuple'
This seems to be that exiv2 cannot parse the date. The output of the attached script with the failling files as argument should help me handle this case. Usage is : $ python exif_date_repr.py /path/to/*.jpg Thanks, Alex
exif_date_repr.py
Description: Binary data

