from gi.repository import GExiv2
im = GExiv2.Metadata('t.jpg')
> Traceback (most recent call last):
> File "", line 1, in
> TypeError: GObject.__init__() takes exactly 0 arguments (1 given)
I can confirm that I get the same error with a patch that was
submitted to me [0] when using th
Hi,
> Version 0.5.0 has been uploaded to experimental, that version
> introduces a new binary package gir1.2-gexiv2-0.4 that provides
> GObject introspection data for the gexiv2 library. I've installed it
> from experimental, and "from gi.repository import GExiv2" works fine.
> Please confirm that
Version 0.5.0 has been uploaded to experimental, that version
introduces a new binary package gir1.2-gexiv2-0.4 that provides
GObject introspection data for the gexiv2 library. I've installed it
from experimental, and "from gi.repository import GExiv2" works fine.
Please confirm that it works for y
3 matches
Mail list logo