Tosche / Glyphs-Scripts

Tosche's Python scripts for glyphs
Apache License 2.0
77 stars 24 forks source link

Instance Slider doens't work on Glyphs 3 #23

Closed weiweihuanghuang closed 3 years ago

weiweihuanghuang commented 3 years ago

3.0.3 (3081)

Traceback (most recent call last):
  File "Instance Slider.py", line 11
    from robofab.interface.all.dialogs import AskString
  File "dialogs.py", line 136
    print "robofab.interface.all __init__ - finding out where we were."
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("robofab.interface.all __init__ - finding out where we were.")?

Robofab issue? @schriftgestalt

Tosche commented 3 years ago

No, this one is just missing parenthesis necessary in Python 3. I'll work on it.

Tosche commented 3 years ago

Updated the script. Does it work for you? (it now does on mine)

weiweihuanghuang commented 3 years ago

Works! I had to update robofab dialogs.py