Ticket #13085 (confirmed Bug)
ValueError: unknown locale: UTF-8 not found error after brand new install of Plone 4.2 with OS X Lion installer
Reported by: | pigeonflight@… | Owned by: | ericof |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Installers | Version: | 4.2 |
Keywords: | osx | Cc: |
Description
I get the following after accepting all the defaults with the OS X Lion Plone 4.2 installer.
ValueError: unknown locale: UTF-8
Adding the following lines to a .profile file fixes the problem
export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8
then close and restart the terminal application
Change History
Note: See
TracTickets for help on using
tickets.