Hi there, I’m new to the forums so if I’m posting this in the wrong section I apologize.
I’ve been using OpenSUSE 11.4 with GNOME for quite a while now and so far I’ve been a happy camper. This morning I decided to try GNOME 3 and the install went smoothly, with the only exception of rhytmbox(my music player of choice) not being available.
Later I found rhythmbox for GNOME 3 in this repo: Index of /repositories/GNOME:/Apps/openSUSE_11.4+GNOME_STABLE_3.0
It works well but the Cover Art plugin won’t load because it fails to import python-gstreamer. The problem is reproducible outside of Rhythmbox like so:
javier@javier-laptop:~> python -c 'import gst'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib64/python2.7/site-packages/gst-0.10/gst/__init__.py", line 193, in <module>
from _gst import *
ImportError: could not import gobject (could not find _PyGObject_API object)
Should I report a bug against OpenSUSE 11.4 or maybe I am doing something wrong?
Thanks in advance.