[Pkg-shotwell-maint] Bug#745596: gir1.2-gexiv2-0.10: python bindings broken

Alexandre Rossi niol at zincube.net
Wed Apr 23 07:16:10 UTC 2014


Package: gir1.2-gexiv2-0.10
Version: 0.10.0-1
Severity: important

Hi,

If I run the following simple program, I get errors.

$ cat t.py
from gi.repository import GExiv2

m = GExiv2.Metadata('IMG_20140323_185157.jpg')
$ python2 t.py
Traceback (most recent call last):
  File "t.py", line 3, in <module>
    m = GExiv2.Metadata('IMG_20140323_185157.jpg')
TypeError: GObject.__init__() takes exactly 0 arguments (1 given)
$ python3 t.py
Traceback (most recent call last):
  File "t.py", line 3, in <module>
    m = GExiv2.Metadata('IMG_20140323_185157.jpg')
TypeError: GObject.__init__() takes exactly 0 arguments (1 given)
--

It seems the python gi override for GExiv2 is not taken into account.

Any clue?

Thanks,

Alex

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gir1.2-gexiv2-0.10 depends on:
ii  gir1.2-glib-2.0  1.40.0-2
ii  libgexiv2-2      0.10.0-1

gir1.2-gexiv2-0.10 recommends no packages.

gir1.2-gexiv2-0.10 suggests no packages.

-- no debconf information



More information about the Pkg-shotwell-maint mailing list