typefacet icon indicating copy to clipboard operation
typefacet copied to clipboard

SyntaxError: invalid syntax

Open fabrizioschiavi opened this issue 6 years ago • 1 comments

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?

fabrizioschiavi avatar Sep 09 '19 12:09 fabrizioschiavi

This problem was caused by incorrect version of your python (you should use python 2.7.x)

fearsd avatar May 22 '20 10:05 fearsd