Comment 16 for bug 824440

Revision history for this message
VinsS (vincent-vandevyvre) wrote :

Not a python bug but the config of archlinux himself.

Now, I reverse all changes in /usr/lib/python3.2/site-packages/pyexiv2/metadata.py
and my test is running

[vincent@myhost ~]$ python main.py

open file: /home/vincent/magnifier_3/Jeanne-48.jpg

Date: <Exif.Image.DateTime [Ascii] = 2009:08:24 13:17:18>
ISO: <Exif.Photo.ISOSpeedRatings [Short] = 66>
Fnumber: <Exif.Photo.ExposureTime [Rational] = 10/3337>
Orientation: <Exif.Image.Orientation [Short] = 1>

open file: /home/vincent/magnifier_3/àéèîö.JPG

Date: <Exif.Image.DateTime [Ascii] = 2009:11:28 14:34:58>
ISO: <Exif.Photo.ISOSpeedRatings [Short] = 800>
Fnumber: <Exif.Photo.ExposureTime [Rational] = 10/370>
Orientation: <Exif.Image.Orientation [Short] = 1>

I've also tried yours tests (test/TestRunner.py) but these files needs to more changes for python3