Hello,
i just wanted to figure out some different players like quodlibet but after install that Software it doesnt work correctly.
INFO : Loading Exaile 0.3.2.1...
INFO : Loading settings...
Traceback (most recent call last):
File "/usr/lib/exaile/exaile.py", line 61, in <module>
main()
File "/usr/lib/exaile/exaile.py", line 58, in main
exaile = main.Exaile()
File "/usr/lib/exaile/xl/main.py", line 102, in __init__
self.__init()
File "/usr/lib/exaile/xl/main.py", line 138, in __init
self.__show_splash()
File "/usr/lib/exaile/xl/main.py", line 266, in __show_splash
import xlgui
File "/usr/lib/exaile/xlgui/__init__.py", line 52, in <module>
from xlgui import cover
File "/usr/lib/exaile/xlgui/cover.py", line 40, in <module>
from xl import (
File "/usr/lib/exaile/xl/player/__init__.py", line 61, in <module>
PLAYER = get_player()()
File "/usr/lib/exaile/xl/player/__init__.py", line 47, in get_player
from xl.player.engine_normal import NormalPlayer
File "/usr/lib/exaile/xl/player/engine_normal.py", line 32, in <module>
import pygst
ImportError: No module named pygst
Traceback (most recent call last):
File "/usr/bin/quodlibet", line 17, in <module>
import quodlibet
ImportError: No module named quodlibet
The install of exaile and quodlibet went fine but if i start it i got those messages above. After search i suppose there went something wrong with the PATH.
http://www.linuxquestions.org/questions/linux-software-2/importerror-no-module-named-gobject-exaile-fails-to-run-python-problem-569303/The solution could be something like this
'export PYTHONPATH=""' then I can't even 'import pygtk'. If I 'export PYTHONPATH="/usr/local/lib/python2.5/site-packages/"'
But there are no python packages in /usr/local/lib.
Any further suggestions would be appreciated.
raleeha