Hello, could someone help me with this error message?

Traceback (most recent call last):
File “C:\Users\coste\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Sollumz-main_init_.py”, line 32, in
import Sollumz
ModuleNotFoundError: No module named ‘Sollumz’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py”, line 351, in enable
mod = import(module_name)
File “C:\Users\coste\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Sollumz-main_init_.py”, line 34, in
raise ModuleNotFoundError(
ModuleNotFoundError: Sollumz module not found! Ensure the Sollumz folder is named ‘Sollumz’ (case-sensitive)!

Traceback (most recent call last):
File “C:\Users\coste\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Sollumz-main_init_.py”, line 32, in
import Sollumz
ModuleNotFoundError: No module named ‘Sollumz’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py”, line 351, in enable
mod = import(module_name)
File “C:\Users\coste\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Sollumz-main_init_.py”, line 34, in
raise ModuleNotFoundError(
ModuleNotFoundError: Sollumz module not found! Ensure the Sollumz folder is named ‘Sollumz’ (case-sensitive)!

Hi, this is the Blender development forum. I suggest you ask for help in that add-on’s github where you must have just downloaded the add-on from, given the error message and a quick glance at their quite active commit logs after googling its name. They would be the ones who could help you.

1 Like