sapegin / grunt-webfont

SVG to webfont converter for Grunt
MIT License
1.1k stars 210 forks source link

generate.py line: 4 Undefined variable: import ? #288

Closed m-tymchyk closed 8 years ago

m-tymchyk commented 8 years ago

I am getting this error:

Running "webfont:icons" (webfont) task
*** glibc detected *** /usr/local/bin/fontforge: double free or corruption (!prev): 0x0000000001f97920 ***
Warning: .../node_modules/grunt-webfont/tasks/scripts/generate.py line: 4 Undefined variable: import Use --force to continue.

Python and FontForget seem to be installed correctly. OS: CentOS 6.5

sapegin commented 8 years ago

Most probably you have fontforge compiled without Python support. Duplicate of #87.