Some Plugin is now working

Hello, My Some plug-ins do not work…
The following text appears in the Macro window.
I think it’s a problem with the installation of Vanilla on 2.5Ver…?
Plz need a help…!


Traceback (most recent call last):
File “/Users/mingooyn/Library/Application Support/Glyphs/Repositories/Reporter Toggler/ReporterToggler.glyphsPalette/Contents/Resources/…/MacOS/main.py”, line 11, in
_run(‘plugin.py’)
File “/Users/mingooyn/Library/Application Support/Glyphs/Repositories/Reporter Toggler/ReporterToggler.glyphsPalette/Contents/Resources/…/MacOS/main.py”, line 9, in _run
execfile(path, globals(), globals())
File “/Users/mingooyn/Library/Application Support/Glyphs/Repositories/Reporter Toggler/ReporterToggler.glyphsPalette/Contents/Resources/plugin.py”, line 16, in
from vanilla import *
ImportError: No module named vanilla
Traceback (most recent call last):
File “/Users/mingooyn/Library/Application Support/Glyphs/Plugins/ShowRecyclers1.0.4.glyphsReporter/Contents/Resources/…/MacOS/main.py”, line 11, in
_run(‘plugin.py’)
File “/Users/mingooyn/Library/Application Support/Glyphs/Plugins/ShowRecyclers1.0.4.glyphsReporter/Contents/Resources/…/MacOS/main.py”, line 9, in _run
execfile(path, globals(), globals())
File “/Users/mingooyn/Library/Application Support/Glyphs/Plugins/ShowRecyclers1.0.4.glyphsReporter/Contents/Resources/plugin.py”, line 18, in
import ShowRecyclersModule
File “/Volumes/MFData64/Dropbox (Personal)/_Scripts & Plugins/00 - Bitbucket/Private Repos/show-recyclers/ShowRecyclers.glyphsReporter/Contents/Resources/ShowRecyclersModule.py”, line 23, in
ImportError: No module named vanilla

Yes. Vanilla is not installed.

The way to install vanilla that is most likely to work:

  • goto to https://github.com/typesupply/vanilla
  • Click the big green button “Clone or Download” in the right. And then “Download Zip”
  • In the zip is a folder “Lib” and it contains a Folder
  • Open the Glyphs Scripts folder (from the Script menu > “Open Scripts Folder”
  • copy the “vanilla” folder into the Scripts folder.
  • restart Glyphs.
1 Like