On Wed, 17 Sep 2003 12:24:44 +0200 Zdenek Pizl [Zdenek] wrote: Zdenek> i did Zdenek> export LANG=en_US Zdenek> export LC_ALL=en_US Zdenek> Zdenek> but the result is the same - traceback. Anaconda in 7.3 is spooky :( well, you should have read this thread more carefully ... you should _NOT_ have LC_ALL set. as I said later, try: export LANG=en_US.UTF-8 export LC_ALL=$LANG unset LC_ALL for more details please refer to the _whole_ thread, you'll find instructions to find out if your locale-list file is correctly generated, and the kickest way to do it. if you do not have a correct locale-list file you'll keep having the same traceback... -- Alain