defunkt / pystache

Mustache in Python
http://mustache.github.com/
MIT License
1.31k stars 308 forks source link

`unicode` is not a valid type name in Python 3 #209

Closed telotortium closed 4 years ago

telotortium commented 4 years ago

See for example: https://github.com/defunkt/pystache/blob/ebdc702f73b1df630a720a5b97d3d882b5a6c8e7/pystache/common.py#L18

kerrickstaley commented 4 years ago

As we discussed in https://github.com/kerrickstaley/Chinese-Prestudy/issues/19, the "root cause" is that you're supposed to run 2to3 on the pystache code before installing it in a Python 3 environment. So I'd suggest closing this issue.