Installation issues: 1.7.0 and Blender 3.5.1

Issue #1609 invalid
Edward Bones created an issue

While following this step of the installation, I get the following error:

Traceback (most recent call last):
File "D:\BLENDER MODELS\Blender 3.5\3.5\scripts\modules\addon_utils.py", line 333, in enable
mod = _import_(module_name)
File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender 3.5\scripts\addons\import_daz\_init__.py", line 77, in <module>
importModules()
File "C:\Users\user\AppData\Roaming\Blender
mod = importlib.import_module("." + modname, anchor)
File "D:\BLENDER MODELS\Blender 3.5\3.5\python\lib\importlib\_init__.py", line 126, in import_module
Foundation\Blender\3.5\scripts\addons\import_daz\_init__.py", line 73, in importModules
return_bootstrap._gcd_import(name[level:],
File "C:\Users\user\AppData\Roaming\Blender
from .driver import isProtected
ImportError: cannot import name 'isProtected' from 'import_daz.driver' (C:\Users\user\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\import_daz\driver.py)
package, level)
Foundation\Blender 3.5\scripts\addons\import_daz\selector.py", line 34, in <module>

The page says that 1.7.0 supports 3.5, so I assume 3.5.1 should be also supported. Help would be appreciated.

Comments (5)

  1. Edward Bones reporter

    Yes, I did. I tried following the instructions to delete old folders, but it didn’t help. Then I completely reinstalled Blender 3.5.1 and attempted to load the addon again. It was enabled successfully. The issue is solved. Thanks!

  2. Log in to comment