patmo141 / odc_public

Addon for Blender meant to streamline dental CAD and design workflows
96 stars 44 forks source link

Setup issue #4

Closed Guisan closed 8 years ago

Guisan commented 8 years ago

Help me Patrick!
Windows 10 Blender 2.76b Install-Easy

Report: Error Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender\2.76\scripts\modules\addon_utils.py", line 343, in enable mod.register() File "C:\Users\BOMBEI\AppData\Roaming\Blender Foundation\Blender\2.76\scripts\addons\odc_public-masterinit.py", line 203, in register import classes, odcutils, crown, margin, bridge, splint, implant, panel, help #, crown, implant, splint, panel, odcmenus, bgl_utils File "C:\Users\BOMBEI\AppData\Roaming\Blender Foundation\Blender\2.76\scripts\addons\classes.py", line 15, in import odc_public ImportError: No module named 'odc_public' Tanks Guido

patmo141 commented 8 years ago

Hi Guido,

You may need to delete the old addon, restart blender and reinstall. The line your error references (line 15 in classes.py) no longer has that import.

Guisan commented 8 years ago

Hi Patrick, All right! It works! Thank you very much.