Bug#760780: lazygal: fails to generate gallery: list index out of range

Alexandre Rossi alexandre.rossi at gmail.com
Mon Sep 15 10:32:17 UTC 2014


> 1) After an update one of lazygal's dependencies, the following
> program fails. Maybe it is not good to mix gi bindings with old ones.

This is a change in either Gstreamer or GObject.

$ cat gst-import-error.py
#!/usr/bin/env python

from gi.repository import GObject
import gobject
import pygst
pygst.require('0.10')
import gst
$ ./gst-import-error.py
Traceback (most recent call last):
  File "./gst-import-error.py", line 7, in <module>
    import gst
  File "/usr/lib/python2.7/dist-packages/gst-0.10/gst/__init__.py",
line 193, in <module>
    from _gst import *
ImportError: could not import gobject (could not find _PyGObject_API object)

> 2) The failure to import gst highlighted a bug in lazygal (fix: [1])
> and I just released 0.8.5 to fix this. But video transcoding still
> won't work.

0.8.6 restore lazygal working without gobject.

Alex



More information about the pkg-gstreamer-maintainers mailing list