rgsouthall / vi-suite06

VI-Suite release for Blender 2.8
32 stars 8 forks source link

There are Python\linux directory that not recognised at activatoin #29

Open nortikin opened 3 years ago

nortikin commented 3 years ago
Traceback (most recent call last):
  File "/home/ololo/.config/blender/3.0/scripts/addons/vi-suite06/__init__.py", line 46, in <module>
    from kivy.app import App
ModuleNotFoundError: No module named 'kivy'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/ololo/Downloads/INSTALL/blender-3.0.0/3.0/scripts/modules/addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "/home/ololo/.config/blender/3.0/scripts/addons/vi-suite06/__init__.py", line 71, in <module>
    os.add_dll_directory(os.path.join(addonpath, 'Python', sys.platform))
AttributeError: module 'os' has no attribute 'add_dll_directory'