schriftgestalt / Glyphs-Scripts

Some useful scripts to work with Glyphs
glyphsapp.com
114 stars 103 forks source link

GSPen.py errors #23

Open weiweihuanghuang opened 8 years ago

weiweihuanghuang commented 8 years ago

Trying to run

import GSPen
Glyphs.clearLog()

GSPen.test()

Gives me these errors:

Traceback (most recent call last):
  File "<string>", line 4, in <module>
  File "~/Library/Application Support/Glyphs/Scripts/GSPen.py", line 80, in test
    p = GSPen(RGlyph(g))
  File "~/Library/Application Support/Glyphs/Scripts/GSPen.py", line 20, in __init__
    SegmentToPointPen.__init__(self, GSPointPen(r_glyph))
TypeError: __init__() takes exactly 3 arguments (2 given)
weiweihuanghuang commented 8 years ago

Still trying to use test but get this error.