Skip to content

Instantly share code, notes, and snippets.

@jadbox
Created July 30, 2018 20:27
Show Gist options
  • Save jadbox/0152f2573b6e23429f46f1a548035166 to your computer and use it in GitHub Desktop.
Save jadbox/0152f2573b6e23429f46f1a548035166 to your computer and use it in GitHub Desktop.
DECALmachine error linux
Traceback (most recent call last):
File "/home/jdunlap/plus/blender/2.79/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/home/jdunlap/.config/blender/2.79/scripts/addons/DECALmachine/__init__.py", line 85, in <module>
modules = du.setup_addon_modules(__path__, __name__, "bpy" in locals())
File "/home/jdunlap/.config/blender/2.79/scripts/addons/DECALmachine/developer_utils.py", line 36, in setup_addon_modules
modules = import_submodules(names)
File "/home/jdunlap/.config/blender/2.79/scripts/addons/DECALmachine/developer_utils.py", line 28, in import_submodules
modules.append(importlib.import_module("." + name, package_name))
File "/home/jdunlap/plus/blender/2.79/python/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "/home/jdunlap/.config/blender/2.79/scripts/addons/DECALmachine/operators/atlas.py", line 38, in <module>
from . export import ResetExportGroup
File "/home/jdunlap/.config/blender/2.79/scripts/addons/DECALmachine/operators/export.py", line 3, in <module>
from PIL import Image, ImageChops
File "/home/jdunlap/.config/blender/2.79/scripts/modules/PIL/Image.py", line 66, in <module>
from PIL import _imaging as core
ImportError: cannot import name '_imaging'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment