Hi,
when I try to use the below code in RF 1.7 I get an error, nevertheless it works fine in RF 1.6.
The script:
for g in f:
if g.hasOverlap():
print g
The error:
Traceback (most recent call last):
File “<untitled>”, line 28, in <module>
File “lib/fontObjects/robofabWrapper.pyc”, line 3069, in hasOverlap
File “lib/tools/removeOverlap.pyc”, line 104, in getIntersectionPoints
File “/Applications/RoboFont.app/Contents/Resources/lib/python2.7/booleanOperations/booleanOperationManager.py”, line 74, in getIntersections
ImportError: No module named flatten
Any idea?
Thanks in advance for your help,
em.