> I have a theory now: it seems that Python is primarily intended to be run > from within fontforge, so psMat and fontforge really are 'built-in modules' > in that environment but not when run directly. See [1] and [2]. However, > that doesn't explain why running directly in Python seems to work > elsewhere, nor why we can successfully import one at a time in Python > outside fontforge. > > [1]: > https://github.com/fontforge/fontforge/issues/1731#issuecomment-55458738
This seems to be the right reason. Since fontforge is built with its own python interpreter I think FF expects to use that one and not the system's python. This made me think that perhaps it would be better for all to use FF's python in the makefile for portability. That way it should not matter if python is 2 or 3, FF would take care of that. Just a thought. -Br. Elijah Schwab, O.Carm. _______________________________________________ Gregorio-devel mailing list [email protected] https://mail.gna.org/listinfo/gregorio-devel
