Make fails reporting the folllowing error:
File "/home/lunavorax/Code/openlase/tools/genfont.py", line 32
print tr+'Line( %s %s )'%(pc(self.start),pc(self.end))
SyntaxError: invalid syntax
pointing "tr+" as the problem.
Since I'm not familiar with python I don't know yet how to fix this.
Make fails reporting the folllowing error:
File "/home/lunavorax/Code/openlase/tools/genfont.py", line 32
print tr+'Line( %s %s )'%(pc(self.start),pc(self.end))
SyntaxError: invalid syntax
pointing "tr+" as the problem.
Since I'm not familiar with python I don't know yet how to fix this.