> 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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org