Hello,

I have a new Mac OS X installation of Satchmo (Django version
SVN-9836, Satchmo version SVN 1956) which is otherwise working
correctly except for a Locale Not Set Correctly warning in
satchmo_check (and the accompanying inability to view any of the
product pages with a "bad settings.LANGUAGE_CODE" warning). I have
already seen and tried (to no avail) the instructions from
http://groups.google.ca/group/satchmo-users/browse_thread/thread/e0946e91c02b5b8c
-and-
http://www.satchmoproject.com/trac/wiki/InstallationHints

sudo locale-gen en_US (errors out with a command not found from /usr/
share/locale/)
and
sudo localedef -i en_US -f ISO-8859-1 en_US (errors out with a No such
file or directory warning)

my current locale settings on OS X are:
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL=

Considering, on OS X, the source files in /usr/share/locale are
actually named en_US, en_US.ISO8859-1, and en_US.UTF-8, I tried
modifying the second command like so:

sudo localedef -i en_US -f en_US.ISO8859-1 en_US

While this does execute successfully, my current locale settings
remain as above (ie. UTF-8). My settings.py file language_code is set
to en-us (though I've also tried en_US, en_US.UTF-8, etc). Anyone know
how to fix this?

Thank you,
-bkev
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to