get feed

KDE3.5 and other stuff

Computer related problems and solutions, tips, tricks, hacks and so on

:: locale.Error: unsupported locale setting (eyeD3)

Do you remember about my bash script that let me copy mp3 title tags for an entire directory? Well, somehow, if I run the script from Konsole terminal, it doesn't run, with following error messages.
Traceback (most recent call last):
  File "/usr/bin/eyeD3", line 36, in <module>
    ENCODING = locale.getpreferredencoding();
  File "/usr/lib/python2.5/locale.py", line 514, in getpreferredencoding
    setlocale(LC_CTYPE, "")
  File "/usr/lib/python2.5/locale.py", line 478, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting
</p>

But this error doesn't occur if I run the script from a xterm terminal.I haven't figured out yet what goes wrong. Stay tuned!

posted by kde35 in bash, python, eyed3, id3tag, mp3 on 2014-12-01 19:02