LettError / designSpaceRoboFontExtension

A RoboFont extension for creating and editing designspace documents.
MIT License
29 stars 6 forks source link

Can't re-install the latest version of DSE2.0 #74

Closed roberto-arista closed 9 months ago

roberto-arista commented 9 months ago

For RoboFont 4.5b (build 2312131731) I ran into the following error

Installing 'Designspace Editor 2' report:
  Traceback (most recent call last):
      File "main.py", line 13, in <module>
    ImportError: cannot import name 'extensionIdentifier' from 'designspaceEditor' (/Users/benedikt/Documents/dev/RF4/plugins/DesignspaceEditor2.roboFontExt/lib/designspaceEditor/__init__.py)

thanks Benedikt for posting the issue on Discord!

roberto-arista commented 9 months ago

quick bugfix: replace the extension file manually, it should work it's a "reinstall" issue

typemytype commented 9 months ago

mm I see... it imports from designspaceEditor which exists but not the new attribute in the module...

typemytype commented 9 months ago

should be fixed, please test, thanks!!

roberto-arista commented 9 months ago

fixed with 02628dbe505ff78054b12a65fe0b9468ef40639f thanks!