Iuri Guilherme
Iuri Guilherme
@crayxt I have the same issue and the LANG envvar is properly set (in my case it's pt_BR.UTF-8).
Same issue of #136, #138, #141, #147 and #152
@crayxt I have got your point already. Here is what I have: ``` $ export LANG=C; blogofile build Traceback (most recent call last): File "/usr/lib/python2.6/logging/__init__.py", line 799, in emit stream.write(fs...
Reverted to Mako-0.7.2-py2.6 and Unidecode-0.04.9-py2.6 and the song remains the same.
The only circumstance in which it does compile is when there are no posts.
Duplicate of #136, #138, #141, #147, and #148
Tried to change _config.py like suggested to: ``` def pre_build(): import locale locale.setlocale(locale.LC_ALL, 'C') ``` Also downgraded to 0.7.1 The problem remains the same, even with 0.7.1
As I removed all offending characters from _config.py (on blog.name, blog.description, etc.), seems that in some post came up this new message: ``` Traceback (most recent call last): File "/usr/local/bin/blogofile",...
Same issue of #136, #138, #141, #148 and #152
Same issue of #136, #138, #147, #148 and #152