Can't install Robofab

I’m having trouble getting robofab to work. I had it installed and working but I think it stopped working with the last update. Now I can’t reinstall it. I installed the modules in the addons window and installed the scripts in the scrips folder.

I get is this error:
None
Traceback (most recent call last):
File “”, line 17, in
NameError: name ‘robofab’ is not defined

when I try this script:
from robofab.world import CurrentFont
f = CurrentFont()
print f
print robofab.world

I know this topic has been posted before, but I couldn’t solve the problem.

Thank you.

Can you check the content of the folder /Library/Python/2.7/site-packages

And where exactly did you install the scripts. The file objectsGS.py has to be in the folder ~/Library/Application Support/Glyphs/Scripts not in a subfolder.

Thanks Georg, I had all the scripts from GitHub in a subfolder, including objectsGS.py. I moved it and it’s working now.