LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Installing exaile (music player) from source for etch (https://www.linuxquestions.org/questions/debian-26/installing-exaile-music-player-from-source-for-etch-693336/)

frenchn00b 12-27-2008 04:54 PM

Installing exaile (music player) from source for etch
 
after make install
no prob,

but running exaile gives errors:

Code:

/exaile-0.2.14$ exaile
Traceback (most recent call last):
  File "/usr/local/lib/exaile/exaile.py", line 94, in ?
    from xl.gui import main as exailemain
  File "/usr/local/lib/exaile/xl/gui/main.py", line 23, in ?
    from xl import library, logger, media, equalizer, burn, common
  File "/usr/local/lib/exaile/xl/library.py", line 20, in ?
    from xl import common, media, db, audioscrobbler, xlmisc, dbusinterface
  File "/usr/local/lib/exaile/xl/media/__init__.py", line 5, in ?
    from mutagen.mp3 import HeaderNotFoundError
ImportError: No module named mutagen.mp3


http://www.exaile.org/requirements

knudfl 12-28-2008 06:27 AM

Quote:

ImportError: No module named mutagen.mp3
This error should not appear, if you installed
'python-mutagen' . It is on the list (your link)
http://www.exaile.org/requirements
and is also in the repo / Synaptic.
....

frenchn00b 12-28-2008 06:34 AM

Thank you ! I installed the python mutagen, that I somehow missed

Make worked
but ./exaile not :( error still

Code:

Generating translation for ca locale
........................................................................ done.
Generating translation for es_ES locale
............................................................................................................................................................................................................................................. done.
Generating translation for sk locale
.......................................................................... done.
Generating translation for el locale
......................................................................... done.
Generating translation for hu locale
.......................................................................... done.
Generating translation for mr locale
........................................................................ done.
<stdin>:7: field `Last-Translator' still has initial default value
Generating translation for an locale
........................................................................ done.
Done
Type: 'make install' now


Code:

/tmp/exaile-0.2.14$ ./exaile
Exaile 0.2.14
-----------------------
 ? ( exaile.py @ 19):
-----------------------
Traceback (most recent call last):
  File "exaile.py", line 136, in ?
    init()
  File "exaile.py", line 132, in init
    exaile = exailemain.ExaileWindow(options, xl.path.firstrun)
  File "xl/gui/main.py", line 143, in __init__
    self.database_connect()
  File "xl/gui/main.py", line 1072, in database_connect
    self.db = self.get_database()
  File "xl/gui/main.py", line 1058, in get_database
    database = db.DBManager(loc)
  File "xl/db.py", line 62, in __init__
    self.db = self.__get_db()
  File "xl/db.py", line 105, in __get_db
    except sqlite.OperationalError, e:
NameError: global name 'sqlite' is not defined


frenchn00b 12-28-2008 06:40 AM

Et voila :)
Code:

tmp/quadkonsole-2.0.2# apt-get install python-pysqlite2  python-elementtree
Reading package lists... Done
Building dependency tree... Done
python-elementtree is already the newest version.
The following NEW packages will be installed:
  python-pysqlite2
0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
Need to get 65.2kB of archives.
After unpacking 496kB of additional disk space will be used.

after apt-get
* python-pysqlite2
* python-elementtree

http://yellowprotoss.ye.funpic.org/w...nshtsn-431.jpg

I got it working with ./exaile, so now I do finally :

Code:

make install

Cool !

Is it better than amarok/amarokFS ? ;)

frenchn00b 12-28-2008 06:52 AM

Code:

Testing of exaile:
You go in files:
(1)
- Append to playlist
Queue items

nothing to Load the playlist from Zero (nothing)
it's only append

(2) Cover.jpg in the folder
the exaile doesnt display it :(
fetch from amazon is there : good

(3) lirc? no idea

let's continue
(4)
Code:

$ exaile "M2o - Volume 15"
Exaile 0.2.14
Introspect error: The name org.gnome.SettingsDaemon was not provided by any .service files
Introspect error: The name org.gnome.SettingsDaemon was not provided by any .service files
Created db for thread Thread-1
{'Thread-1': <pysqlite2.dbapi2.Connection object at 0xb5a823e0>}
Closed db for thread Thread-1
-----------------------

nothing happen

let's continue:
(5)
let's go into a folder where we have a cue:
result not working



Code:

RESULTS : 0% 
This program is crap (for me).



All times are GMT -5. The time now is 04:14 PM.