I had that problem yesterday outside of Pyramid. Locale "en_US" doesn't exist on my system (Ubuntu 12.10). I ran "locale -a" to see the available locales, and chose "en_US-utf8". I don't normally run with a locale, but I needed to test a library routine in a package.
On Fri, Apr 5, 2013 at 3:06 AM, Peter <[email protected]> wrote: > Pyramid 1.4 installation fails on my Slackware64 system with Python 3.3 > virtual environment. My LANG environment variable setting (en_US) was the > source of my failure. After setting LANG to en_US.UTF-8, the pyramid > installation worked fine. > > I recommend updating the pyramid installation documentation to reflect > this issue, as I don't recall seeing this in the documentation. > > Thank you, > > > Peter Santoro > > -- > Simplicity, the art of maximizing the amount of work not done, is > essential. > > Perfection is achieved not when there is nothing left to add, but when > there is nothing left to take away. > > You can avoid reality, but you cannot avoid the consequences of avoiding > reality. > > Recognizing wrong stuff still matters. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > pylons-discuss+unsubscribe@**googlegroups.com<pylons-discuss%[email protected]> > . > To post to this group, send email to > pylons-discuss@googlegroups.**com<[email protected]> > . > Visit this group at > http://groups.google.com/**group/pylons-discuss?hl=en<http://groups.google.com/group/pylons-discuss?hl=en> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
