On 04/03/2013 03:07 PM, Martti Laaksonen 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
On Sunday 31 March 2013 01:23:21 Jesse Palser wrote: 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
Hi, Thank you for your help! I installed "python3-goobject" package and reran Transmageddon. It still does not work and I get the following in Terminal: ------------------------------------------------------------------------------------------------------- JeZ-l-Lee@bumblebee:~> transmageddon /usr/lib64/python3.3/site-packages/gi/overrides/Gtk.py:46: RuntimeWarning: You have imported the Gtk 2.0 module. Because Gtk 2.0 was not designed for use with introspection some of the interfaces and API will fail. As such this is not supported by the pygobject development team and we encourage you to port your app to Gtk 3 or greater. PyGTK is the recomended python module to use with Gtk 2.0 warnings.warn(warn_msg, RuntimeWarning) Traceback (most recent call last): File "transmageddon.py", line 142, in <module> class Transmageddon(Gtk.Application): File "/usr/lib64/python3.3/site-packages/gi/module.py", line 269, in __getattr__ return getattr(self._introspection_module, name) File "/usr/lib64/python3.3/site-packages/gi/module.py", line 115, in __getattr__ self.__name__, name)) AttributeError: 'gi.repository.Gtk' object has no attribute 'Application' JeZ-l-Lee@bumblebee:~> ------------------------------------------------------------------------------------------------------- Any other ideas on how to make this work? Thanks... Jesse -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org