SOLVED Copy Glyphs Extension not working
-
The 'Copy Glyphs' extension is not working. Likewise, a lot of the extensions are giving errors. I have downloaded the latest versions of the extensions from GitHub. But a lot of them are not working. Any solutions for this?
-
@naorem not all extensions have been updated for RF3 yet.
we’ve updated some (see activity of the RoboDocs account), and provided upgrade instructions and detailed documentation for developers. but there are almost 100 extensions on Mechanic alone… in the end, each extension developer is responsible for his/her tool.
-
sent a pull request with small changes to the original repository – see https://github.com/Typefounding/copyGlyphs/pull/2
the problem was the
print
statement without parentheses. In python 3print()
is a functionthanks