Deepin music player issue: gst import error.

Hello community,

I installed deepin music player from the repo.
When I try to run **deepin-music-player **from the terminal, i get the following error:

Traceback (most recent call last):
  File "/usr/bin/deepin-music-player", line 25, in <module>
    from cover_download import SimpleFetchManager
  File "/usr/share/deepin-music-player/src/cover_download.py", line 32, in <module>
    from library import DBQuery, MediaDB
  File "/usr/share/deepin-music-player/src/library.py", line 28, in <module>
    from song import Song, TAG_KEYS
  File "/usr/share/deepin-music-player/src/song.py", line 25, in <module>
    import gst
ImportError: No module named gst

I installed the gst-python from software.opensuse.org, even switched to the system packages, but in vain.
Any suggestions from the community?

System: opensuse 13.10, 64bit KDE latest stable build.

On Fri 07 Mar 2014 05:46:01 PM CST, sammysuse wrote:

Hello community,

I installed deepin music player from the repo.
When I try to run *deepin-music-player *from the terminal, i get the
following error:

Code:

Traceback (most recent call last):
File “/usr/bin/deepin-music-player”, line 25, in <module>
from cover_download import SimpleFetchManager
File “/usr/share/deepin-music-player/src/cover_download.py”, line 32,
in <module> from library import DBQuery, MediaDB
File “/usr/share/deepin-music-player/src/library.py”, line 28, in
<module> from song import Song, TAG_KEYS
File “/usr/share/deepin-music-player/src/song.py”, line 25, in
<module> import gst
ImportError: No module named gst

I installed the gst-python from software.opensuse.org, even switched to
the system packages, but in vain.
Any suggestions from the community?

System: opensuse 13.10, 64bit KDE latest stable build.

Hi
I would guess that one is not the right one, try python-gstreamer from
the default repos.


Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.2 Kernel 3.11.10-7-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!

Hello Malcolm,
Thanks for your help, again. Works like a charm now!