OTVar Player Script. Window doesnt pop up

Hi, i keep pressing the OTvar Player Script and the window doesnt even pop up, in the other hand all the other scripts work just fine. Any solutions?

What error message do you have in Macro Window?

Hi, thank you for your immediate answer.
This is what the panel says:

Traceback (most recent call last):
  File "OTVar Player.py", line 8
    import vanilla, threading, time, os
  File "__init__.py", line 1
    from vanilla.vanillaBase import VanillaBaseObject, VanillaBaseControl, VanillaError
  File "vanillaBase.py", line 2
    from packaging.version import Version
ModuleNotFoundError: No module named 'packaging'
Traceback (most recent call last):
  File "OTVar Player.py", line 8
    import vanilla, threading, time, os
  File "__init__.py", line 1
    from vanilla.vanillaBase import VanillaBaseObject, VanillaBaseControl, VanillaError
  File "vanillaBase.py", line 2
    from packaging.version import Version
ModuleNotFoundError: No module named 'packaging'

Check

The installed version of the vanilla module is outdated (and buggy). Go to Window > Plugin Manager > Modules and uninstall and reinstall vanilla. Then restart the app.

I have just fixed it. Thank you so much!

1 Like