I\'m using Python 2.6 and Jinja2 to create HTML reports. I provide the template with many results and the template loops through them and creates HTML tables
When callin
Or you may do
export LANG='en_US.UTF-8'
in your console where you run the script.