Glyphs Beta 2 can't find Robofab or Vanilla?

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

Yes. Glyphs 2 is using python 2.7. You can just copy the content of the 2.6 site package folder into the 2.7 folder.

Thanks!