After minor changes (cf. https://github.com/jsbien/osp.tools.fons/commits/master) I run the program with python3. Is this message also a problem of python3/python2 difference? I guess not:
./gtlib.py\0281:def write_sfd(ofilename, fontname, image, glyphs, font_height, font_ascent):
./build/lib/gtlib.py\0377:def write_sfd(ofilename, fontname, image, glyphs):
I don't see the code using any of these definitions...
Anyway, how to solve the problem?
After minor changes (cf. https://github.com/jsbien/osp.tools.fons/commits/master) I run the program with python3. Is this message also a problem of python3/python2 difference? I guess not:
./gtlib.py\0281:def write_sfd(ofilename, fontname, image, glyphs, font_height, font_ascent):./build/lib/gtlib.py\0377:def write_sfd(ofilename, fontname, image, glyphs):I don't see the code using any of these definitions...
Anyway, how to solve the problem?