typefacet
typefacet copied to clipboard
SyntaxError: invalid syntax
Thanks for this interesting project!
During installation in Terminal after typed
env PYTHONPATH=dependencies/RoboFab/lib:dependencies/pystache:dependencies/svgwrite:dependencies/PyYaml/lib:dependencies/FontTools/Lib:python/src-main python python/src-main/autokern/Autokern.py -h
it returned this error:
File "python/src-main/autokern/Autokern.py", line 81
except locale.Error, e:
^
SyntaxError: invalid syntax
Do you have an idea of what’s wrong?
This problem was caused by incorrect version of your python (you should use python 2.7.x)