Find and Replace Components Script doesn’t work on Glyphs 3.2.3 (3260)

Hello!
Find and Replace Components script doesn’t working on my Glyphs 3.2.3 (3260).
Is this an issue that requires a script update?

Attached is the macro panel log below.

Traceback (most recent call last):
  File "runMacroFile", line 1
ModuleNotFoundError: No module named 'objc'
Traceback (most recent call last):
  File "NULL", line 1
NameError: name 'os' is not defined
Traceback (most recent call last):
  File "Find and Replace Components.py", line 8
    import vanilla
  File "__init__.py", line 1
    from vanilla.vanillaBase import VanillaBaseObject, VanillaBaseControl, VanillaError
  File "vanillaBase.py", line 2
    from objc import super
ModuleNotFoundError: No module named 'objc'

You seem to have installed a custom python version. Either use the python from the Plugin Manager (install it, restart Glyphs, check > Preferences > Addons > Python version; select the item that has “(Glyphs)”.
Or install pyobjc in the custom python version by running this in Terminal: pip install pyobjc.

It works! Thanks a lot.