You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the issue:
attempt to install it on 4.1 and 4.0 and got the following error code
Traceback (most recent call last):
File "E:\BlenderFoundation\4.1\scripts\modules\addon_utils.py", line 376, in enable
mod = importlib.import_module(module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\BlenderFoundation\4.1\python\Lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in find_and_load
File "", line 1147, in find_and_load_unlocked
File "", line 690, in load_unlocked
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\Users\sinpe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\archipack_20_init.py", line 112, in
glob["archipack{}".format(sub)] = imp.import_module(".archipack{}".format(sub), package)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\BlenderFoundation\4.1\python\Lib\importlib_init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "C:\Users\sinpe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\archipack_20\archipack_preset.py", line 44, in
preset_paths = bpy.utils.script_paths("presets")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: script_paths() takes 0 positional arguments but 1 was given
The text was updated successfully, but these errors were encountered:
Archipack version:2.0.9
Blender version: 4.1 and 4.0
Os version: Windows 10
Description of the issue:
attempt to install it on 4.1 and 4.0 and got the following error code
Traceback (most recent call last):
File "E:\BlenderFoundation\4.1\scripts\modules\addon_utils.py", line 376, in enable
mod = importlib.import_module(module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\BlenderFoundation\4.1\python\Lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in find_and_load
File "", line 1147, in find_and_load_unlocked
File "", line 690, in load_unlocked
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\Users\sinpe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\archipack_20_init.py", line 112, in
glob["archipack{}".format(sub)] = imp.import_module(".archipack{}".format(sub), package)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\BlenderFoundation\4.1\python\Lib\importlib_init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "C:\Users\sinpe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\archipack_20\archipack_preset.py", line 44, in
preset_paths = bpy.utils.script_paths("presets")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: script_paths() takes 0 positional arguments but 1 was given
The text was updated successfully, but these errors were encountered: