PidgeonTools / SuperProjectManager

Setup your Blender project folders the easy way!
GNU General Public License v3.0
55 stars 4 forks source link

ModuleNotFoundError: No module named 'blender_project_manager-1' #19

Closed farcaller closed 3 years ago

farcaller commented 3 years ago

Describe the bug

Fresh install, fails to enable the module: the error is:

Traceback (most recent call last):
  File "C:\ProgramData\scoop\apps\blender\current\2.91\scripts\modules\addon_utils.py", line 351, in enable
    mod = __import__(module_name)
ModuleNotFoundError: No module named 'blender_project_manager-1'

To Reproduce Steps to reproduce the behavior: Download the module and try enabling it

Desktop (please complete the following information):

BlenderDefender commented 3 years ago

https://github.com/BlenderDefender/blender_pm/issues/15

BlenderDefender commented 3 years ago

You have to unzip the folder, remove the "-1" suffix from the folder name (blender_project_manager-1) and zip it again. For some reason, if addon folders have names like this, Blender throws an error. I hope that helps, in case it doesn't, try to download it from the Releases Page

Greetings, Blender Defender