tlborm icon indicating copy to clipboard operation
tlborm copied to clipboard

Cannot build on windows

Open vasily-kirichenko opened this issue 10 years ago • 1 comments
trafficstars

d:\github\tlborm>build.py
  File "D:\github\tlborm\build.py", line 229
    def sh_eval(*cmd, codec='utf-8', dont_strip=False):
                          ^
SyntaxError: invalid syntax

vasily-kirichenko avatar Oct 15 '15 11:10 vasily-kirichenko

This isn't a problem with Windows: I build it on Windows. The only thing I can think of is that you're using an incompatible version of Python. I'm using Python 3.4.3.

DanielKeep avatar Oct 15 '15 11:10 DanielKeep