python-gstreamer with GNOME 3

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.

Just in case anyone cares, I fixed the problem by rebuilding python-gstreamer using build.opensuse.org, but due to my almost complete unfamiliarity with it I don’t really know if I’m ‘doing it right’, anyway, I think the build should be available at Index of /repositories/home:/tkf/openSUSE_11.4/x86_64