I ran into the same problem this weekend, drove me absolutely nuts.  I
think in the last revision some language settings were changed.
Rolling back a couple revisions fixed the issue for me.

Jonathan


On Feb 16, 12:31 pm, bkev <[email protected]> wrote:
> 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 
> fromhttp://groups.google.ca/group/satchmo-users/browse_thread/thread/e094...
> -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