Il 23/04/2013 21:13, Francesco Ceruti ha scritto:
It requires python(3)-gi (not python(3)-gst), so
install "python(3)-gi",
"gir1.2-gstreamer-1.0" and "gir1.2-gst-plugins-base-1.0" (I think it
is
right).
I installed "gir1.2-gstreamer-1.0" from wheezy repo (python(3)-gi
already installed) and now the previous error is solved.
But now I have an opposite one:
File "/home/ivan/src/linux-show-player-read-only/gst/track_gst.py",
line 30, in <module>
from utils import audio_utils, configuration as cfg
File
"/home/ivan/src/linux-show-player-read-only/utils/audio_utils.py", line
27, in <module>
from gi.repository import GstPbutils
File "/usr/lib/python3/dist-packages/gi/importer.py", line 76, in
load_module
dynamic_module._load()
File "/usr/lib/python3/dist-packages/gi/module.py", line 222, in _load
version)
File "/usr/lib/python3/dist-packages/gi/module.py", line 90, in __init__
repository.require(namespace, version)
gi.RepositoryError: Requiring namespace 'Gst' version '0.10', but
'1.0'
is already loaded
I'm not an experienced python programmer and I don't understand
dependencies of python modules :(
I don't know if this ML is the right place to talk about, so if you
prefer switch to other channel please tell me.
Ivan