jim-easterbrook / Photini

An easy to use digital photograph metadata (Exif, IPTC, XMP) editing application.
https://photini.readthedocs.io/
GNU General Public License v3.0
157 stars 24 forks source link

PyGIWarning: GExiv2 was imported without specifying a version first. #20

Closed jim-easterbrook closed 8 years ago

jim-easterbrook commented 8 years ago

Recent versions of PyGobject issue a warning if a library is used without specifying a version. This is to encourage application authors to specify versions and so allow multiple versions of some libraries to be installed.

The next release of Photini will specify the version of GExiv2, until then you can safely ignore this warning.

jim-easterbrook commented 8 years ago

Commit 3948588 suppresses the warning.

jim-easterbrook commented 8 years ago

Commit 99443c8 is a better way of dealing with this. Now the warning will only occur if the installed version of GExiv2 is not (yet) known to work with Photini.