I know it’s installed correctly since G1 can use Robofab for word-o-mat. I get this error in the macro panel when i start up:
Traceback (most recent call last):
File “/Users/username/Library/Application Support/Glyphs/Plugins/word-o-mat.glyphsPlugin/Contents/Resources/WordOMat.py”, line 25, in
from vanilla import *
ImportError: No module named vanilla
Exception in word-o-mat import:
Traceback (most recent call last):
File “/Users/username/Library/Application Support/Glyphs/Plugins/word-o-mat.glyphsPlugin/Contents/Resources/WordOMat.py”, line 53, in
from objectsGS import RFont
File “/Users/username/Library/Application Support/Glyphs/Scripts/objectsGS.py”, line 10, in
from robofab import RoboFabError, RoboFabWarning, ufoLib
ImportError: No module named robofab
Is G2 using a newer version of Python? Robofab and Vanilla is in '/Library/Python/2.6/site-packages' at the moment