Mekkablue's steal kerning group not working

Tried to use this script but nothing happens, even no errors in console. Anyone got it working with newest cutting edge version?

Will have a look later. In the meantime: are there any messages in macro panel?

Nothing :frowning:

Does the window appear? Or not even that happens?

Can you run other scripts?

Nothing happens, even with other scripts… :confused:


Can you do this in the Macro Panel:

print("hello")

and post screenshot of the macro window here?

Nothing happens when press Run :confused:

The script is fine. I updated it yesterday and indeed found a bug, but that is unrelated to the issues described here.

Your Python installation is broken.

  1. Choose Script > Open Scripts Folder
  2. Move the folders to the trash: Repositories, Plugins, Scripts
  3. Restart Glyphs
  4. Install the modules from Plugin Manager, then the scripts and plugins.
  5. Restart Glyphs

If you still experience issues, the most likely scenario is that the Plugin Manager installation of Python failed. In that case: follow the steps in the Extending Glyphs tutorial on how to install your own Python.

Hi guys - I’m still struggling to get Python/scripting working in GlyphsApp. I tried uninstalling all repositories, plugins, and scripts, removed all custom Python installations, and reinstalled everything again. Yet, in the Macro panel, I don’t see any output even with a simple print statement. How can I reinstall everything from scratch and ensure there’s no conflicting Python version causing this issue? Thanks!

Let me know if there’s anything else you need! Thx

Do you happen to have set “Use system console for script output” in Preference > Adones?

yep - had it always checked.

Uncheck it and restart Glyphs. Then the output of the script will show up in the macro panel.

1 Like

oh damn I thought that has to be checked to output. :S thanks