Comment 1 for bug 1166346

Revision history for this message
Brian Murray (brian-murray) wrote :

Can you post the results of the following commands run in a terminal?

python
import locale
locale.setlocale(locale.LC_ALL, "")
locale.getdefaultlocale()

Thanks in advance!