braceio / tags

The simplest static site generator
MIT License
191 stars 21 forks source link

"decoding str is not supported" when building site #5

Open ghost opened 10 years ago

ghost commented 10 years ago

Just installed tags and got a couple of errors while trying to build a site. I got the errors after using tags new then tags build - none of my own code.

Software versions

~: mkdir tags
~: cd tags
tags: tags new
Creating new site in '.'.
tags: tags build
Building site from '.' into '_site'
Parse Error while compiling about.html: decoding str is not supported
{% include _partials/header.html %}
^
Parse Error while compiling index.html: decoding str is not supported
{% include _partials/header.html %}
^

Edit: I've been investigating myself, here's a kind of stack trace 1: generator.py, line 28 2: tags.py, line 63 3: templatelang.py, line 227

kdef commented 10 years ago

Also seeing this on Fedora with Python 3.3.2

franciscoandres commented 9 years ago

There's no solution yet? I have the same problem. :(

ghost commented 9 years ago

Nope, not even an acknowledgement. :(

colevscode commented 9 years ago

Do you see this problem with python 2.7?

ghost commented 9 years ago

I do not see this problem when using python 2.7.6.