How to get an exif value in Python

Fliggs <[email protected]> Thu, 26 Feb 2015 22:21:08 +0100
Newsgroups gmane.comp.gnome.apps.Eog
Message-ID <[email protected]>
Hello everybody,

i am just sitting some hours on this problem now, and i can't get it solved:
- how can i access an exif tag from a python plugin?

I a not able to get the exifdata like this:

myimage = window.get_image()
myexifdata = myimage.get_exif_info()

get_exif_info() is an unknown function...

What am i doing wrong?

Thanks for your help!

Fliggs