Quote:
Originally Posted by DNSB
I ran the command line for the help from a batch file and got the following output:
Code:
fontforge -script ReadifyFontCLI.py -h
Copyright (c) 2000-2019. See AUTHORS for Contributors.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE.
Version: 20190801
Based on sources from 09:32 UTC 1-Aug-2019-ML-TtfDb-D-GDK3.
Based on source from git with hash: 09e9429f765698a57ce1f7751977533f0ed2ec67
Traceback (most recent call last):
File "ReadifyFontCLI.py", line 13, in <module>
from helper import *
ModuleNotFoundError: No module named 'helper'
|
The only thing I can think of is that the current directory is not set to where the ReadifyFont files can be found.