Blog

ValueError on Mac OS X caused by locale

2011 September 16 at 23:34 (11:34 PM) | categories: Blogofile | View Comments

I was lazy! Apparently I only needed to set my locales right in the terminal and the error disappeared. I added this to my .bash_profile:

1
2
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
Read and Post Comments

Blogofile ValueError on Mac OS X

2011 September 14 at 15:22 (03:22 PM) | categories: Blogofile | View Comments

Today I found a nasty little bug in Blogofile: https://github.com/EnigmaCurry/blogofile/issues/112

I get a ValueError from Blogofile on my Mac: This bug is problematic because I can not do a local build before I send new stuff over to the Linux server.

Read and Post Comments