Ticket #13085 (confirmed Bug)

Opened 4 years ago

Last modified 3 years ago

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

comment:1 Changed 4 years ago by kleist

  • Keywords osx added
  • Status changed from new to confirmed
  • Component changed from Unknown to Installers

comment:2 Changed 3 years ago by smcmahon

  • Owner set to ericof

comment:3 Changed 3 years ago by nueces

Here one other workaround, to avoid change the environment variables in all your system session.

Include this lines in your buildout.cfg

[instance]
...
environment-vars =
    LC_ALL en_US.UTF-8
    LANG en_US.UTF-8 
Note: See TracTickets for help on using tickets.