See here:
https://forums.opensuse.org/showthread.php/496081-Deepin-music-player-issue-gst-import-error
Apparently you have to install the package “python-gstreamer” to fix it.
PS: there is no python-gstreamer, it should be python-gstreamer-0_10. But that’s required by the deepin-music-player package anyway, so it should be installed:
# zypper info --requires deepin-music-player
Loading repository data...
Reading installed packages...
Information for package deepin-music-player:
--------------------------------------------
Repository: openSUSE-13.2-1.28
Name: deepin-music-player
Version: 2.0git20140505-3.1.4
Arch: noarch
Vendor: openSUSE
Installed: No
Status: not installed
Installed Size: 13.0 MiB
Summary: Deepin Music Playe
Description:
Deepin Music Player with brilliant and tweakful UI Deepin-UI based,
gstreamer front-end, with features likes search music by pinyin,
quanpin, colorful lyrics supports, and more powerful functions
you will found.
Requires:
/usr/bin/env
python-gtk
python-gstreamer-0_10
python-imaging
python-scipy
python-xlib
python-mutagen
python-keybinder
deepin-gsettings
python-CDDB
python-chardet
python-pyquery
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
deepin-ui >= 2.0git20130724
python == 2.7
Did you choose to “break xxx by ignoring some of its requirements” at some point when installing some package?
Anyway, (re-)install python-gstreamer-0_10 and it should (hopefully) work:
sudo zypper in -f python-gstreamer-0_10