CGCookie / CGCookie/io_export_blend

Error when attempting to install on Blender 3.5

Open
#23 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
111
Forks
13
PR merge metrics
No merged PRs in 30d

Description

I get the following error when attempting to activate the plug in.

>Traceback (most recent call last);
File "/Applications/Blender 3.5.app/Contents/Resources/3.5/scripts/modules/addon_utils/py",line 333, in enable mod = \_import\_(module name)
ModuleNotFoundError: No module named "io_export_blend-1"

This is on Mac OS Ventura, version 13.4.1 (22F2083)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing addon activation in Blender 3.5 on macOS Ventura, then inspect the import failure reported from Blender's scripts/modules/addon_utils.py at line 333. Trace how the addon module name is discovered and determine why io_export_blend-1 cannot be imported. Done means the addon activates without this ModuleNotFoundError.

Written by the indexing model from the issue text.

Assessment

Tech stack
blender, python
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.