Closed fizzybubbele closed 8 years ago
Which version of Glyphs, the OS, InDesign?
Thanks. Here are the versions: Glyphs 2.3b, OS El Capitan 10.11, Indesign CC 2015.
I cannot reproduce it in the latest beta, but I get a different error which needs to be fixed in the app. Perhaps update the modules. Or run it again with the latest stable version.
Thanks for your support. I tried to run the script with the latest stable version (2.2.2) and now it's popping up this message: 75:80: syntax error: Expected end of line but found identifier. (-2741)
Cannot reproduce it. Have you set up the InDesign document the way it is described?
Yes, I did so and I figured out that it still works with Indesign CS6. I recently updated all my software versions (Glyphs 2.2.2 and IndesignCC2015) on my new mac and the macro panel shows more errors:
AppleScript Error: 85:90: syntax error: Expected end of line but found identifier. (-2741)
AppleScript Error: 79:84: syntax error: Expected end of line but found identifier. (-2741)
AppleScript Error: 41:57: execution error: Can’t get application "InDesign". (-1728)
AppleScript Error: 75:80: syntax error: Expected end of line but found identifier. (-2741)
It’s no big issue if you can’t reproduce it.
That means that the script could not find InDesign. Do you have the latest version of the scripts?
Yes, I have the latest versions of all scripts – I absolutely updated everything.
Then you will Need To edit the script, I am afraid. Type
tell app "InDesign" end
…in AppleScript Editor and compile, the editor will change the code, then search and replace the code in the .py file accordingly.
Thank you! It works very well.
Dear Mekkablue,
when I try your script this error appears in the macro-panel:
Start Traceback (most recent call last): File "Steal kerning from InDesign.py", line 81, in
Glyphs.clearLog()
File "GlyphsApp/init.py", line 535, in __ClearLog
AttributeError: 'GSMenu' object has no attribute 'clearConsole' End
Please, can you help me? Thank you.