Hi folks.

I'm in the process of building a carpc, ie. a box to put in my car with all my CD's as mp3's etc. I've looked at different sw for the frontend and has for now landed on pycar (http://www.pymedia.org/). As the name implies it's python-based and I have a hell of a time to get it running. The problem seams to be related to locale-setup on my box. I must admit that I've been lazy so far, and skipped setting up all the LC_* stuff due to my lack of knowledge. Anyhow, below is the result of running the app. Can anyone hit me over the head with a cluebat on this ?

   bash-3.00# echo $LC_ALL
   C
   bash-3.00# echo $LANG
   C
   bash-3.00# python pycar.py
   Looking for translation file for language: (None, None)
   !!!No translation file for None, see README file for more information
   Falling back to english...
   Traceback (most recent call last):
     File "pycar.py", line 246, in ?
       mainTest( s )
     File "pycar.py", line 133, in mainTest
       locale.setlocale( locale.LC_ALL, 'us' )
     File "/usr/lib/python2.4/locale.py", line 379, in setlocale
       return _setlocale(category, locale)
   locale.Error: unsupported locale setting
   Background tasker started
   Background tasker stopped

Tia,

Per Arne
--
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to