Friday, September 16, 2011

ValueError on Mac OS X caused by locale

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

Wednesday, September 14, 2011

Blogofile ValueError on Mac OS X

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.