Vertical metrics manager stopped working!

on Version 2.6.5 (1308).
It just opens the Macro window and nothing happends

Should already be fixed. Please always make sure you have the latest version.

And to avoid confusion, either make it clear in your forum posting that you are talking about a mekkablue script, or post your bugreport as a GitHub issue:

1 Like

Just updated Glyphs + your repo and still does the same, also when update the values on the script window, it doesn’t work.

What is printed in the Macro Window?

Sadly nothing. Just the comment: # type your Python code here and press cmd+Return to run.

No, at the bottom, below the separator line. There must be something. (You may need to drag up the separator.)

Make sure you DISABLED the option Glyphs > Preferences > User Settings > Console for Script Output:

53

Disabling that checkbox works. Here is the screen:

Fixed it, thank you!
Please update your scripts.

1 Like

Hi @mekkablue! I’m afraid I’m facing the same issue (or similar):

Traceback (most recent call last):
File “Vertical Metrics Manager.py”, line 12
import vanilla
File “init.py”, line 6
from vanilla.vanillaColorWell import ColorWell
File “vanillaColorWell.py”, line 5
from AppKit import NSColorWellStyleDefault, NSColorWellStyleMinimal, NSColorWellStyleExpanded
ImportError: cannot import name ‘NSColorWellStyleDefault’ from ‘AppKit._AppKit’ (/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/AppKit/_AppKit.cpython-39-darwin.so)

here’s the code that comes up. Would appreciate your help! :slight_smile:

That is a quiet different issue.
Please remove and re-install the Glyphs Python and vanilla module in the Plugin Manager.

1 Like

thx @GeorgSeifert ! all sorted now - would not have thought that is the cause :expressionless:

the error message “clearly” points to the vanilla module :wink:

I’ve been getting this kind of error lately.

Can you update your mekkablue scripts. I hope I have fixed it.

It’s working now. Thanks!