Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[easy fix] update lohit scripts to python3 #60

Closed
pravins opened this issue Jan 28, 2015 · 1 comment · Fixed by #67
Closed

[easy fix] update lohit scripts to python3 #60

pravins opened this issue Jan 28, 2015 · 1 comment · Fixed by #67

Comments

@pravins
Copy link
Owner

pravins commented Jan 28, 2015

Lohit fonts project has 4 scripts:

  1. apply_featurefile.py
  2. auto_test.py
  3. generate_featurefile.py
  4. generate_test.py

Not test with python3 presently.

@mandarvaze
Copy link
Contributor

I've fixed this issue in my local fork
Scripts works without error in both python2 as well as python3, except the following error (which I don't think is related to python version)

ImportError: No module named 'fontforge'

Also, I executed these scripts as "python scriptname.py" on which case they print the usage and exit. So I am not sure if all the cases are fixed/work with Python3

Can you provide some examples about how to run these scripts (help printed as usage wasn't clear enough to me)

Also - how to get rid of ImportError ? "pip install fontforge" failed

mandarvaze added a commit to mandarvaze/lohit that referenced this issue Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants