doakey3/Bizualizer

Blender 2.78: Unable to install - no module named 'PIL'

Trimatix opened this issue · 3 comments

Hiya. I'm in Blender version 2.78. After installing from file, I can't enable the add-on, due to the error in the attached screenshot.
capture

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.

That's much better, thanks!