-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thank you for the quick response:
$ python -V Python 2.4.4 The output for python -v is attached. Regard, tony Julien Valroff wrote: > Hi, > > Thanks for reporting your prolem. > > Le vendredi 30 novembre 2007 à 13:38 -0800, tony mancill a écrit : >> Package: listen >> Version: 0.5-4 >> Severity: normal >> >> listen fails to start on my system with the following error: >> >> $ listen >> Traceback (most recent call last): >> File "/usr/lib/listen/listen.py", line 49, in ? >> raise ImportError,"Need Gstreamer >= 0.10.1" >> ImportError: Need Gstreamer >= 0.10.1 >> >> I believe I have the right version of python-gst installed (it was >> pulled in as a dependency). > > Can you please run: > $ python -V > and > $ python -v >>>> import gst > > And post the relevant output? > > Cheers, > Julien > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHUaI5pdwBkPlyvgMRAi3gAJoCAt3XSpc+xu4lFZsAoOFirshyHQCfUbUt G/06BPpftsXR/NnGQPTFJxk= =q/KR -----END PGP SIGNATURE-----
[EMAIL PROTECTED]:~/debian/sponsor/gpodder$ python -v # installing zipimport hook import zipimport # builtin # installed zipimport hook # /usr/lib/python2.4/site.pyc matches /usr/lib/python2.4/site.py import site # precompiled from /usr/lib/python2.4/site.pyc # /usr/lib/python2.4/os.pyc matches /usr/lib/python2.4/os.py import os # precompiled from /usr/lib/python2.4/os.pyc import posix # builtin # /usr/lib/python2.4/posixpath.pyc matches /usr/lib/python2.4/posixpath.py import posixpath # precompiled from /usr/lib/python2.4/posixpath.pyc # /usr/lib/python2.4/stat.pyc matches /usr/lib/python2.4/stat.py import stat # precompiled from /usr/lib/python2.4/stat.pyc # /usr/lib/python2.4/UserDict.pyc matches /usr/lib/python2.4/UserDict.py import UserDict # precompiled from /usr/lib/python2.4/UserDict.pyc # /usr/lib/python2.4/copy_reg.pyc matches /usr/lib/python2.4/copy_reg.py import copy_reg # precompiled from /usr/lib/python2.4/copy_reg.pyc # /usr/lib/python2.4/types.pyc matches /usr/lib/python2.4/types.py import types # precompiled from /usr/lib/python2.4/types.pyc # /usr/lib/python2.4/warnings.pyc matches /usr/lib/python2.4/warnings.py import warnings # precompiled from /usr/lib/python2.4/warnings.pyc # /usr/lib/python2.4/linecache.pyc matches /usr/lib/python2.4/linecache.py import linecache # precompiled from /usr/lib/python2.4/linecache.pyc import encodings # directory /usr/lib/python2.4/encodings # /usr/lib/python2.4/encodings/__init__.pyc matches /usr/lib/python2.4/encodings/__init__.py import encodings # precompiled from /usr/lib/python2.4/encodings/__init__.pyc # /usr/lib/python2.4/codecs.pyc matches /usr/lib/python2.4/codecs.py import codecs # precompiled from /usr/lib/python2.4/codecs.pyc import _codecs # builtin # /usr/lib/python2.4/encodings/aliases.pyc matches /usr/lib/python2.4/encodings/aliases.py import encodings.aliases # precompiled from /usr/lib/python2.4/encodings/aliases.pyc # /usr/lib/python2.4/encodings/latin_1.pyc matches /usr/lib/python2.4/encodings/latin_1.py import encodings.latin_1 # precompiled from /usr/lib/python2.4/encodings/latin_1.pyc Python 2.4.4 (#2, Aug 16 2007, 02:03:40) [GCC 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)] on linux2 Type "help", "copyright", "credits" or "license" for more information. dlopen("/usr/lib/python2.4/lib-dynload/readline.so", 2); import readline # dynamically loaded from /usr/lib/python2.4/lib-dynload/readline.so >>> import gst import gst # directory /usr/lib/python2.4/site-packages/gst # /usr/lib/python2.4/site-packages/gst/__init__.pyc matches /usr/lib/python2.4/site-packages/gst/__init__.py import gst # precompiled from /usr/lib/python2.4/site-packages/gst/__init__.pyc import gobject # directory /var/lib/python-support/python2.4/gtk-2.0/gobject # /var/lib/python-support/python2.4/gtk-2.0/gobject/__init__.pyc matches /var/lib/python-support/python2.4/gtk-2.0/gobject/__init__.py import gobject # precompiled from /var/lib/python-support/python2.4/gtk-2.0/gobject/__init__.pyc # /var/lib/python-support/python2.4/gtk-2.0/gobject/constants.pyc matches /var/lib/python-support/python2.4/gtk-2.0/gobject/constants.py import gobject.constants # precompiled from /var/lib/python-support/python2.4/gtk-2.0/gobject/constants.pyc dlopen("/var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so", 2); import gobject._gobject # dynamically loaded from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so # /var/lib/python-support/python2.4/gtk-2.0/gobject/propertyhelper.pyc matches /var/lib/python-support/python2.4/gtk-2.0/gobject/propertyhelper.py import gobject.propertyhelper # precompiled from /var/lib/python-support/python2.4/gtk-2.0/gobject/propertyhelper.pyc # /usr/lib/python2.4/plat-linux2/DLFCN.pyc matches /usr/lib/python2.4/plat-linux2/DLFCN.py import DLFCN # precompiled from /usr/lib/python2.4/plat-linux2/DLFCN.pyc dlopen("/usr/lib/python2.4/site-packages/gst/_gst.so", 101); import gst._gst # dynamically loaded from /usr/lib/python2.4/site-packages/gst/_gst.so dlopen("/usr/lib/python2.4/site-packages/gst/interfaces.so", 101); import gst.interfaces # dynamically loaded from /usr/lib/python2.4/site-packages/gst/interfaces.so dlopen("/usr/lib/python2.4/site-packages/gst/play.so", 101); import gst.play # dynamically loaded from /usr/lib/python2.4/site-packages/gst/play.so >>>