glyphInfoForName() not working

Am I doing this wrong?

print Glyphs.glyphInfoForName( "A" )

  File "<string>", line 1, in <module>
  File "GlyphsApp/__init__.py", line 562, in _glyphInfoForName
TypeError: Expecting instance of GSGlyphsInfo as self, got one of str

What version do you have? I fixed that in 860.

Sorry I’m on Version 2.3b (856). It hasn’t checked for updates I guess, installing now :slight_smile:

new problem:

can’t clearLog() ??

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "GlyphsApp/__init__.py", line 535, in __ClearLog
AttributeError: 'GSMenu' object has no attribute 'clearConsole'