You are not logged in.

#1 2007-09-30 18:51:40

vincent valentine
Member
Registered: 2007-09-30
Posts: 3

[Listen] Dependencie not good

Hi, I have this bug with Listen :
$ listen

No dbus support
No Hal support
No musicbrainz support (tunepimp missing or version < 0.5)
No iPod support
Traceback (most recent call last):
  File "/usr/lib/listen/listen.py", line 219, in <module>
    ListenApp()
  File "/usr/lib/listen/listen.py", line 145, in __init__
    from widget.listen import Listen
  File "/usr/lib/listen/widget/listen.py", line 36, in <module>
    from widget.source_ui import SourceUI
  File "/usr/lib/listen/widget/source_ui.py", line 40, in <module>
    from source.info_source import *
  File "/usr/lib/listen/source/info_source.py", line 27, in <module>
    from widget.webinfo.lyrics import LyricsBox
  File "/usr/lib/listen/widget/webinfo/lyrics.py", line 33, in <module>
    from widget.mozembed_wrap import MozClient
  File "/usr/lib/listen/widget/mozembed_wrap.py", line 23, in <module>
    import gtkmozembed
ImportError: libgtkembedmoz.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou répertoire de ce type

I have this lid installed :

extra/gnome-python-extras 2.14.3-1 [installed]

I made symbolic link but, bug is always here...

Thank you for your idea.

Offline

#2 2007-10-14 02:43:20

dtbx
Member
From: Temuco, Chile
Registered: 2007-10-14
Posts: 8

Re: [Listen] Dependencie not good

I get the same error.

gtkembedmoz is a library that comes with mozilla, intended for displaying web pages within gtk apps. You will not found in gnome-python-extras.

I suppose that recompiling mozilla manually will generate libgtkembedmoz.so, but i dont know how to do this in the "arch way". (ABS, maybe?)

cheers.

Offline

#3 2007-10-14 09:53:10

vincent valentine
Member
Registered: 2007-09-30
Posts: 3

Re: [Listen] Dependencie not good

I found other solution. I install xulrunner and Listen runs normaly. Why ?? I don't know, but Listen runs wink

Last edited by vincent valentine (2007-10-14 09:55:03)

Offline

#4 2007-10-14 11:25:47

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [Listen] Dependencie not good

Because xulrunner provides libgtkembedmoz.so (pacman -Ql xulrunner would have told you that, too) smile

Contact the package maintainer with the good news.

Offline

Board footer

Powered by FluxBB