PDA

View Full Version : [ubuntu] problem with setlocale


mortern
September 16th, 2009, 02:50 AM
Hello.

I have a problem with ubuntu 8.04 HH 64bit server edition.

My application has been running properly for months, without major changes in code, definetely not in this part. Recently setlocale(locale.LC_ALL,'') fails with exception:
Exception Error(('unsupported locale setting',))

When i use the same code in new Python console it works properly. :confused: