Blender 2.78: Unable to install - no module named 'PIL'
Trimatix opened this issue · 3 comments
Trimatix commented
Trimatix commented
Might want to look at this: https://stackoverflow.com/questions/8863917/importerror-no-module-named-pil
doakey3 commented
I added a Batch mode function that requires a couple libraries (pillow and mutagen). The rest of the addon doesn't need them.
I think I just fixed your issue by disabling the parts of the addon that require those libraries unless you have them installed. Please try it and let me know if you're still having an issue.
Trimatix commented
That's much better, thanks!