trying to duplicate a glyph in Fontlab 8.2, using python 3.11
When trying to run the code, getting error on Lib/typerig/proxy/fl/application/app.py
File "/Users/.../Library/Python/3.11/lib/python/site-packages/typerig/proxy/fl/application/app.py", line 101, in getSelectedNodes
AttributeError: 'NoneType' object has no attribute 'selectedNodes'
trying to duplicate a glyph in Fontlab 8.2, using python 3.11
When trying to run the code, getting error on
Lib/typerig/proxy/fl/application/app.py
File "/Users/.../Library/Python/3.11/lib/python/site-packages/typerig/proxy/fl/application/app.py", line 101, in getSelectedNodes AttributeError: 'NoneType' object has no attribute 'selectedNodes'