Heya,
I downloaded this module this morning, and it's not working for me. When I run the sample code, EXIF.process_file() just returns an empty dictionary, even for files that jhead has a lot to say about.
>>> import os
>>> import EXIF
>>> file = open("IMG_4517.JPG", 'rb')
>>> tags = EXIF.process_file(file)
>>> print tags
{}...
2009-05-25 18:56:16 UTC in EXIF.py