On Sunday 31 March 2013 01:23:21 Jesse Palser wrote:
I installed Transmageddon video converter, but it won't run? Here is the Terminal output: ---------------------------------------------------------------------------- ----------------- JeZ-l-Lee@bumblebee:~> transmageddon Traceback (most recent call last): File "transmageddon.py", line 31, in <module> from gi.repository import Notify ImportError: No module named 'gi' JeZ-l-Lee@bumblebee:~> ---------------------------------------------------------------------------- -----------------
Can someone help me?
Looks like a dependency problem in transmageddon package: mlaakson@darkside:~> rpm -q transmageddon --requires /bin/bash /bin/sh /bin/sh gstreamer-plugins-base >= 0.11.0 python-gobject >= 2.21.4 python3 ... So it uses python 3 and should probably require python3-gobject. python-gobject package is meant for python 2. Install python3-gobject package and you should be good to go, unless there are some other dependency problems lurking in there. -- Martti -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org