Replies: 1 comment 4 replies
-
I understand where this happens if I use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can run this code:
in Terminal, and it works just fine.
But when I run the same code in FontLab 8, FontLab runs another instance of FontLab in the line that has
runner.run()
, and then waits infinitely until I quit the other instance of FontLab. This is because FontLab 8 is the "interpreter" executable for FontLab scripts, and generally this happens if I start a new process from Python.This indicates that somewhere in the code, FontBakery is running another instance (process) of the Python interpreter.
Beta Was this translation helpful? Give feedback.
All reactions