Scripts don't appear in the script menu

I didn’t change the file after I downloaded it from the glyphs website. I added another .py file to the folder and it’s also not showing.
I noticed that the Library folder is greyed out, but that should not be the problem, I think?

That seems to be OK.

can you put that into the macro panel and post the results?

print Glyphs.delegate().scriptFolders()
print Glyphs.delegate().macroPanelController()

And what is your default system language?

It’s English.

This is what came out after I ran the two lines.

That doesn’t mean the .py files are okay. Can you open them in a text editor?

Yes, it shows this:

You didn’t download the script. You downloaded the website that shows the script. There is a ‘Raw’ button somewhere. Option click that and it will download the actual script.

Or simply follow the installation instructions in the readme on github.com/mekkablue/Glyphs-Scripts

Ooh, that was it :woman_facepalming:t2: thank you for you time and help!