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.