Why do I get a UnicodeDecodeError when using Mako?
traceback you may see the error message: UnicodeDecodeError: 'ascii' codec can't decode byte... Mako uses unicode internally. This error usually occurs when you've given Mako a nonascii raw string. Upon converting the raw string ...