Vanilla module crashes

플러그인으로 인한 충돌

ConvertCase.glyphsPalette 플러그인으로 인해 글립스앱이 충돌하였습니다. 플러그인매니저에서 업데이트 또는 다시 다운로드 받으시기 바랍니다. 

설명:Traceback (most recent call last):

  File "plugin.py", line 7, in <module>
    from vanilla import Window, Button, Group

  File "__init__.py", line 6, in <module>
    from vanilla.vanillaColorWell import ColorWell

  File "vanillaColorWell.py", line 6, in <module>
    from AppKit import NSColorWellStyleDefault, NSColorWellStyleMinimal, NSColorWellStyleExpanded

ImportError: cannot import name 'NSColorWellStyleDefault' from 'AppKit._AppKit' (~/Library/Application Support/Glyphs 3/Repositories/GlyphsPythonPlugin/Python.framework/Versions/3.9/lib/python3.9/site-packages/AppKit/_AppKit.cpython-39-darwin.so)

App:3.1.2-3151 Plugin:1.1-2

——————
Vanilla module crashes with my latest version of Glyphs3. I’ve reinstalled the crashed plugin and vanilla module to the latest version, but the error occurs again.

Have a look at this thread: All plugins crashed: SyntaxError: invalid decimal literal

And this:

1 Like

After updating to the latest cutting-edge version and reinstalling python module in the plugin manager, no error occurred. Thank you so much!