Your message dated Sun, 01 Oct 2006 02:32:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390192: fixed in gst0.10-python 0.10.5-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: python-gst0.10
Version: 0.10.5-4
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

After upgrading gstreamer from version 0.10.9 to 0.10.10 today, I stumbled upon 
problems with starting python based 
applications which use the gstreamer framework. As it seems, the python 
bindings are broken.

Here are the tracebacks from Exaile and Quod Libet for example:

$ exaile
Traceback (most recent call last):
  File "/usr/bin/exaile", line 45, in ?
    from xl import *
  File "/usr/share/exaile/xl/tracks.py", line 18, in ?
    import common, media, db, config, trackslist
  File "/usr/share/exaile/xl/media.py", line 34, in ?
    bus = player.get_bus()
AttributeError: '__main__.GstPlayBin' object has no attribute 'get_bus'

$ quodlibet
Traceback (most recent call last):
  File "/usr/share/quodlibet/formats/__init__.py", line 22, in ?
    try: format = __import__(name, {}, {}, self)
  File "/usr/share/quodlibet/formats/mod.py", line 26, in ?
    if gst.registry_get_default().find_plugin("modplug") is None:
AttributeError: 'module' object has no attribute 'registry_get_default'
Traceback (most recent call last):
  File "/usr/share/quodlibet/formats/__init__.py", line 22, in ?
    try: format = __import__(name, {}, {}, self)
  File "/usr/share/quodlibet/formats/mp3.py", line 15, in ?
    if gst.registry_get_default().find_plugin("mad") is None:
AttributeError: 'module' object has no attribute 'registry_get_default'
Traceback (most recent call last):
  File "/usr/share/quodlibet/formats/__init__.py", line 22, in ?
    try: format = __import__(name, {}, {}, self)
  File "/usr/share/quodlibet/formats/mp4.py", line 31, in ?
    if gst.registry_get_default().find_plugin("faad") is None:
AttributeError: 'module' object has no attribute 'registry_get_default'
Traceback (most recent call last):
  File "/usr/share/quodlibet/formats/__init__.py", line 22, in ?
    try: format = __import__(name, {}, {}, self)
  File "/usr/share/quodlibet/formats/mpc.py", line 86, in ?
    if gst.registry_get_default().find_plugin("musepack") is None:
AttributeError: 'module' object has no attribute 'registry_get_default'
Traceback (most recent call last):
  File "/usr/share/quodlibet/formats/__init__.py", line 22, in ?
    try: format = __import__(name, {}, {}, self)
  File "/usr/share/quodlibet/formats/trueaudio.py", line 20, in ?
    if gst.registry_get_default().find_plugin("ttadec") is None:
AttributeError: 'module' object has no attribute 'registry_get_default'
Traceback (most recent call last):
  File "/usr/share/quodlibet/formats/__init__.py", line 22, in ?
    try: format = __import__(name, {}, {}, self)
  File "/usr/share/quodlibet/formats/wav.py", line 18, in ?
    if gst.registry_get_default().find_plugin("wavparse") is None:
AttributeError: 'module' object has no attribute 'registry_get_default'
Traceback (most recent call last):
  File "/usr/share/quodlibet/formats/__init__.py", line 22, in ?
    try: format = __import__(name, {}, {}, self)
  File "/usr/share/quodlibet/formats/wavpack.py", line 22, in ?
    if gst.registry_get_default().find_plugin("wavpack") is None:
AttributeError: 'module' object has no attribute 'registry_get_default'
Traceback (most recent call last):
  File "/usr/share/quodlibet/formats/__init__.py", line 22, in ?
    try: format = __import__(name, {}, {}, self)
  File "/usr/share/quodlibet/formats/xiph.py", line 131, in ?
    if gst.registry_get_default().find_plugin(plugin) is not None:
AttributeError: 'module' object has no attribute 'registry_get_default'
Supported formats: formats.mod, formats.mp3, formats.mp4, formats.mpc, 
formats.trueaudio, formats.wav, formats.wavpack, formats.xiph
Traceback (most recent call last):
  File "/usr/bin/quodlibet", line 301, in ?
    main()
  File "/usr/bin/quodlibet", line 33, in main
    library = load_library()
  File "/usr/bin/quodlibet", line 255, in load_library
    lib = library.init(const.LIBRARY)
  File "/usr/share/quodlibet/library/__init__.py", line 38, in init
    library.load(cache_fn, skip=True)
  File "/usr/share/quodlibet/library/_library.py", line 124, in load
    try: items = pickle.load(fileobj)
  File "/usr/share/quodlibet/formats/mp3.py", line 15, in ?
    if gst.registry_get_default().find_plugin("mad") is None:
AttributeError: 'module' object has no attribute 'registry_get_default'

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)

Versions of packages python-gst0.10 depends on:
ii  libc6                      2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libglib2.0-0               2.12.3-2      The GLib library of C routines
ii  libgstreamer-plugins-base0 0.10.10-1     GStreamer libraries from the "base
ii  libgstreamer0.10-0         0.10.10-1     Core GStreamer libraries and eleme
ii  libxml2                    2.6.26.dfsg-3 GNOME XML library
ii  python                     2.4.3-11      An interactive high-level object-o
ii  python-support             0.5.2         automated rebuilding support for p

python-gst0.10 recommends no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFHVn9YfUFJ3ewsJgRApVyAKCfrIjFvG2oEEROh9n/cisuK3QVrACfW0hc
OUwfus4EmEBFJqHMQjFYUSM=
=xmUq
-----END PGP SIGNATURE-----


--- End Message ---
--- Begin Message ---
Source: gst0.10-python
Source-Version: 0.10.5-5

We believe that the bug you reported is fixed in the latest version of
gst0.10-python, which is due to be installed in the Debian FTP archive:

gst0.10-python_0.10.5-5.diff.gz
  to pool/main/g/gst0.10-python/gst0.10-python_0.10.5-5.diff.gz
gst0.10-python_0.10.5-5.dsc
  to pool/main/g/gst0.10-python/gst0.10-python_0.10.5-5.dsc
python-gst0.10_0.10.5-5_i386.deb
  to pool/main/g/gst0.10-python/python-gst0.10_0.10.5-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loic Minier <[EMAIL PROTECTED]> (supplier of updated gst0.10-python package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  1 Oct 2006 11:02:53 +0200
Source: gst0.10-python
Binary: python-gst0.10
Architecture: source i386
Version: 0.10.5-5
Distribution: unstable
Urgency: medium
Maintainer: Maintainers of GStreamer packages <[EMAIL PROTECTED]>
Changed-By: Loic Minier <[EMAIL PROTECTED]>
Description: 
 python-gst0.10 - generic media-playing framework (Python bindings)
Closes: 390192 390309
Changes: 
 gst0.10-python (0.10.5-5) unstable; urgency=medium
 .
   * Let python-gst0.10 depend on python-gtk2 as gst/__init__.py imports
     pygtk.
   * Remove Joe Wreschnig from Uploaders.
   * Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
     differ.
   * Switch back to pycentral as the prefix for Python modules is not
     distinguishable from the general prefix and this was required for
     python-support.  Such a switch would need a careful review of all types of
     prefixes in use during the build and at runtime; closes: #390192, #390309.
   * Add support for patches in debian/patches.
     - Update config.guess and .sub during build, not in clean.
     - Backup config.guess and .sub before updating them; restore patches
       before unpatch.
     - Build-depend on quilt.
     - Add an empty patch series.
   * New patch, 10_retab-examples, to expand tabs in the examples; fixes
     byte-compilation at installation time; permits keeping pycentral for now.
Files: 
 1c88d4767bdaea65bd323b115dd68c9e 990 python optional 
gst0.10-python_0.10.5-5.dsc
 3cfe0b49426a9d6a51db2ee489645137 5883 python optional 
gst0.10-python_0.10.5-5.diff.gz
 7cb091ee91a3fcc39d5cc55dfed01774 365748 python optional 
python-gst0.10_0.10.5-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFH4Xm4VUX8isJIMARAhYBAJ4og/V/tC4SsD0SpjdPKlm4HuegsQCgjd93
IVocD5Pvdnc6TGPVAYVbHvs=
=ecwN
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to