s-leger / archipack

Archipack for blender 2.79
https://blender-archipack.org
GNU General Public License v3.0
356 stars 49 forks source link

The Addon could not be enabled #359

Closed msoo9 closed 1 year ago

msoo9 commented 1 year ago

Archipack version:2.9

Blender version:3.4.0

Os version:Windows 11

Description of the issue: Could not be able to enable the the addon in blender with following error. Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\addon_utils.py", line 333, in enable mod = import(module_name) File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\archipack20__init__.py", line 112, in glob["archipack{}".format(sub)] = imp.importmodule(".archipack{}".format(sub), package) File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\python\lib\importlib__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.4\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