You are not logged in.
Pages: 1
so i installed exaile via pacman
anyway, it doesnt run, heres what i get though when i try to launch from the console
[urmom@archtest ~]# exaile
(exaile.py:5515): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "exaile.py", line 69, in <module>
from xl import *
File "/usr/share/exaile/xl/tracks.py", line 18, in <module>
import common, media, db, config, trackslist
File "/usr/share/exaile/xl/media/__init__.py", line 1, in <module>
from xl.media import mp3, ogg, flac, wav
File "/usr/share/exaile/xl/media/mp3.py", line 2, in <module>
from xl import xlmisc
File "/usr/share/exaile/xl/xlmisc.py", line 23, in <module>
import prefs
File "/usr/share/exaile/xl/prefs.py", line 18, in <module>
import tracks, xlmisc, media, audioscrobbler
File "/usr/share/exaile/xl/audioscrobbler.py", line 334, in <module>
if enc == 'ascii' and locale.getpreferredencoding():
File "/usr/lib/python2.5/locale.py", line 512, in getpreferredencoding
setlocale(LC_CTYPE, "")
File "/usr/lib/python2.5/locale.py", line 476, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
this is a signature
Offline
This worked for me:
1) edit /etc/locale.gen and set up so locales. I use
# Examples:
en_US ISO-8859-1
en_US.UTF-8 UTF-8
en_AU.UTF-8 UTF-8
en_AU ISO-8859-1
Which should give me the std US settings as a fallback and the Aus settings as my preferred.
2) As root run locale-gen to regenerate/setup the locales you uncommented in locales.gen
3) Try exmaile again.
Russ
(on day 4 of Arch use. I now have 3 ex Ubuntu machines running Arch. It seems so much "zippier" the Ubuntu and pacman seems as good as apt-get to me!)
Offline
lol, i have a kubutu machine, and this arch machine. i was going to put kubutu 64 on my main desktop when i get a new hard drive, but i am considering arch
but anyway, ill try that, thanks
this is a signature
Offline
thanks, that worked beautifully....now if i can fix my timezone settings
this is a signature
Offline
Cool.
There's definitely a learning curve with Arch that was need for Ubuntu, I'm now trying to figure out why my DVDs don't auto mount and I get a dbus error
My timezone is set in /etc/rc.conf as TIMEZONE="Australia/Sydney"
You can search the forum/wiki for the directory structure holding the timezone files and check that the country and zone you want exist as directories of that one. Hope that makes sense.
Russ
Offline
yeah, i found the info on the timezone already. thanks though, ill be fixing it when i get home. im stuck working zune support at the moment (no, i don't own one, zen vision all the way)
this is a signature
Offline
Pages: 1